Skip to content

Commit 1f0ef00

Browse files
committed
added sudo to pymysql pip install
1 parent 5b3963f commit 1f0ef00

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
@@ -47,7 +47,7 @@ before_install:
4747
# python -m pip makes the install go into the virtualenv
4848
- sudo pip install --upgrade pip
4949
- sudo python -m pip install pandas
50-
- export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1;python -m pip install pymssql
50+
- 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
5353
- pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4

0 commit comments

Comments
 (0)