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 d61a769 commit 3f5da83Copy full SHA for 3f5da83
.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
- - python -m pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
+ - sudo pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
54
- python -m pip install .
55
- python -m pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
56
# pysqlite
0 commit comments