Skip to content

Commit bfd0b68

Browse files
committed
clean unnecessary comments
1 parent c4ec98c commit bfd0b68

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

.travis.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,17 @@ language: python
33
sudo: false
44

55
python:
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+
158
cache:
169
directories:
1710
- $HOME/.cache/pip/wheels
1811
- $HOME/virtualenv/python2.7.9
12+
1913
services:
2014
- mysql
2115
- postgresql
16+
2217
addons:
2318
apt:
2419
packages:
@@ -36,31 +31,23 @@ addons:
3631
- libproj-dev
3732
- libgeos-dev
3833
- libspatialite-dev
39-
# mariadb: '10.1'
34+
4035
before_script:
4136
- ./ci-helpers/mysql_setup.sh
4237
- ./ci-helpers/postgres_setup.sh
4338
- ./ci-helpers/travis/freetds.sh
4439

4540

4641
before_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
6452
script:
65-
6653
- py.test

0 commit comments

Comments
 (0)