We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3963f commit 1f0ef00Copy full SHA for 1f0ef00
.travis.yml
@@ -47,7 +47,7 @@ before_install:
47
# python -m pip makes the install go into the virtualenv
48
- sudo pip install --upgrade pip
49
- sudo python -m pip install pandas
50
- - export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1;python -m pip install pymssql
+ - export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1;sudo python -m pip install pymssql
51
# - python -m pip install mysql-python
52
install: # now just our code
53
- pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
0 commit comments