Skip to content

Commit f900474

Browse files
author
stephanie
committed
Merge branch 'master' into odmtools
Add recent changes from master to our current branch
2 parents 560465d + 3f5da83 commit f900474

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ 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
53-
- pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
54-
- pip install .
55-
- pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
53+
- sudo pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#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)