Skip to content

Commit d61a769

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ 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-
- 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
53+
- python -m 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
5656
# pysqlite
5757
# - pip install pysqlite
5858
- pip list

0 commit comments

Comments
 (0)