File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5252install : # 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
You can’t perform that action at this time.
0 commit comments