We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9b670 commit ee3ae1cCopy full SHA for ee3ae1c
1 file changed
.travis.yml
@@ -2,9 +2,6 @@ language: python
2
3
sudo: false
4
5
-python:
6
- - "2.7"
7
-
8
services:
9
- mysql
10
- postgresql
@@ -30,12 +27,26 @@ addons:
30
27
- libgeos-dev
31
28
- libspatialite-dev
32
29
+matrix:
+ fast_finish: true
+ include:
33
+ - python: 2.7
34
+ env: TEST_TARGET=default
35
+ - python: 3.6
36
37
38
+ env: TEST_TARGET=coding_standards
39
+ allow_failures:
40
41
42
43
44
+
45
before_script:
46
- ./ci-helpers/mysql_setup.sh
47
- ./ci-helpers/postgres_setup.sh
48
- ./ci-helpers/travis/freetds.sh
49
50
before_install:
51
- wget http://bit.ly/miniconda -O miniconda.sh
52
- bash miniconda.sh -b -p $HOME/miniconda
0 commit comments