File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,22 +3,17 @@ language: python
33sudo : false
44
55python :
6- # - "2.6"
76 - " 2.7"
8- # - "3.2"
9- # - "3.3"
10- # - "3.4"
11- # - "3.5"
12- # - "3.5-dev" # 3.5 development branch
13- # - "nightly" # currently points to 3.6-dev
14- # command to install dependencies
7+
158cache :
169 directories :
1710 - $HOME/.cache/pip/wheels
1811 - $HOME/virtualenv/python2.7.9
12+
1913services :
2014 - mysql
2115 - postgresql
16+
2217addons :
2318 apt :
2419 packages :
@@ -36,31 +31,23 @@ addons:
3631 - libproj-dev
3732 - libgeos-dev
3833 - libspatialite-dev
39- # mariadb: '10.1'
34+
4035before_script :
4136 - ./ci-helpers/mysql_setup.sh
4237 - ./ci-helpers/postgres_setup.sh
4338 - ./ci-helpers/travis/freetds.sh
4439
4540
4641before_install :
47- # python -m pip makes the install go into the virtualenv
4842 - sudo pip install --upgrade pip
4943 - sudo python -m pip install pandas
5044 - export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1;sudo python -m pip install pymssql
51- # - python -m pip install mysql-python
52- install : # now just our code
45+
46+ install :
5347 - sudo pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
5448 - python -m pip install .
5549 - python -m pip install -r requirements_tests.txt --allow-external pyodbc --allow-unverified pyodbc
56- # pysqlite
57- # - pip install pysqlite
5850 - pip list
5951
60- # don't forget to open up the azure mssql server to these addreses
61- # https://docs.travis-ci.com/user/ip-addresses/
62-
63- # command to run tests
6452script :
65-
6653 - py.test
You can’t perform that action at this time.
0 commit comments