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 1f0ef00 commit d595d99Copy full SHA for d595d99
.travis.yml
@@ -50,7 +50,7 @@ before_install:
50
- 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
+ - sudo pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
54
- pip install .
55
- pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
56
# pysqlite
0 commit comments