Skip to content

Commit ee3ae1c

Browse files
committed
define a test matrix
1 parent 7f9b670 commit ee3ae1c

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

.travis.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: python
22

33
sudo: false
44

5-
python:
6-
- "2.7"
7-
85
services:
96
- mysql
107
- postgresql
@@ -30,12 +27,26 @@ addons:
3027
- libgeos-dev
3128
- libspatialite-dev
3229

30+
matrix:
31+
fast_finish: true
32+
include:
33+
- python: 2.7
34+
env: TEST_TARGET=default
35+
- python: 3.6
36+
env: TEST_TARGET=default
37+
- python: 2.7
38+
env: TEST_TARGET=coding_standards
39+
allow_failures:
40+
- python: 2.7
41+
env: TEST_TARGET=coding_standards
42+
- python: 3.6
43+
env: TEST_TARGET=default
44+
3345
before_script:
3446
- ./ci-helpers/mysql_setup.sh
3547
- ./ci-helpers/postgres_setup.sh
3648
- ./ci-helpers/travis/freetds.sh
3749

38-
3950
before_install:
4051
- wget http://bit.ly/miniconda -O miniconda.sh
4152
- bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)