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 d595d99 commit d61a769Copy full SHA for d61a769
.travis.yml
@@ -50,9 +50,9 @@ 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
- - sudo pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
54
- - pip install .
55
- - pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
+ - python -m pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
+ - python -m pip install .
+ - python -m pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
56
# pysqlite
57
# - pip install pysqlite
58
- pip list
0 commit comments