Skip to content

Commit 3f5da83

Browse files
committed
TravisCI add a sudo to a pip install
1 parent d61a769 commit 3f5da83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_install:
5050
- export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1;sudo python -m pip install pymssql
5151
# - python -m pip install mysql-python
5252
install: # now just our code
53-
- python -m pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
53+
- sudo pip install -e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4
5454
- python -m pip install .
5555
- python -m pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
5656
# pysqlite

0 commit comments

Comments
 (0)