@@ -4,43 +4,43 @@ language: python
4
4
python :
5
5
- " 3.5"
6
6
env :
7
- - TESTENV=pypy-2.8.0 -master-sqlite_file
8
- - TESTENV=pypy3-2.8.0 -1.8-sqlite_file
9
- - TESTENV=python2.6-2.8.0 -1.6-sqlite_file
10
- - TESTENV=python2.7-2.8.0 -1.4-sqlite_file
11
- - TESTENV=python2.7-2.8.0 -1.5-sqlite_file
12
- - TESTENV=python2.7-2.8.0 -1.6-sqlite_file
13
- - TESTENV=python2.7-2.8.0 -1.7-sqlite_file
14
- - TESTENV=python2.7-2.8.0 -1.8-sqlite_file
15
- - TESTENV=python2.7-2.8.0 -1.9-sqlite_file
16
- - TESTENV=python2.7-2.8.0 -master-mysql_innodb
17
- - TESTENV=python2.7-2.8.0 -master-mysql_myisam
18
- - TESTENV=python2.7-2.8.0 -master-sqlite_file
19
- - TESTENV=python3.2-2.8.0 -1.6-sqlite_file
20
- - TESTENV=python3.3-2.8.0 -1.6-sqlite_file
21
- - TESTENV=python3.4-2.8.0 -1.5-sqlite_file
22
- - TESTENV=python3.4-2.8.0 -1.6-sqlite_file
23
- - TESTENV=python3.4-2.8.0 -1.7-sqlite_file
24
- - TESTENV=python3.4-2.8.0 -1.8-sqlite_file
25
- - TESTENV=python3.4-2.8.0 -1.9-sqlite_file
26
- - TESTENV=python3.4-2.8.0 -master-sqlite_file
7
+ - TESTENV=pypy-2.8.1 -master-sqlite_file
8
+ - TESTENV=pypy3-2.8.1 -1.8-sqlite_file
9
+ - TESTENV=python2.6-2.8.1 -1.6-sqlite_file
10
+ - TESTENV=python2.7-2.8.1 -1.4-sqlite_file
11
+ - TESTENV=python2.7-2.8.1 -1.5-sqlite_file
12
+ - TESTENV=python2.7-2.8.1 -1.6-sqlite_file
13
+ - TESTENV=python2.7-2.8.1 -1.7-sqlite_file
14
+ - TESTENV=python2.7-2.8.1 -1.8-sqlite_file
15
+ - TESTENV=python2.7-2.8.1 -1.9-sqlite_file
16
+ - TESTENV=python2.7-2.8.1 -master-mysql_innodb
17
+ - TESTENV=python2.7-2.8.1 -master-mysql_myisam
18
+ - TESTENV=python2.7-2.8.1 -master-sqlite_file
19
+ - TESTENV=python3.2-2.8.1 -1.6-sqlite_file
20
+ - TESTENV=python3.3-2.8.1 -1.6-sqlite_file
21
+ - TESTENV=python3.4-2.8.1 -1.5-sqlite_file
22
+ - TESTENV=python3.4-2.8.1 -1.6-sqlite_file
23
+ - TESTENV=python3.4-2.8.1 -1.7-sqlite_file
24
+ - TESTENV=python3.4-2.8.1 -1.8-sqlite_file
25
+ - TESTENV=python3.4-2.8.1 -1.9-sqlite_file
26
+ - TESTENV=python3.4-2.8.1 -master-sqlite_file
27
27
- TESTENV=python3.5-2.7.3-master-sqlite_file
28
- - TESTENV=python3.5-2.8.0 -master-postgres
29
- - TESTENV=python3.5-2.8.0 -master-sqlite
30
- - TESTENV=python3.5-2.8.0 -master-sqlite_file
28
+ - TESTENV=python3.5-2.8.1 -master-postgres
29
+ - TESTENV=python3.5-2.8.1 -master-sqlite
30
+ - TESTENV=python3.5-2.8.1 -master-sqlite_file
31
31
- TESTENV=checkqa-python2.7
32
32
- TESTENV=checkqa-python3.4
33
33
matrix :
34
34
allow_failures :
35
- - env : TESTENV=pypy-2.8.0 -master-sqlite_file
36
- - env : TESTENV=python2.7-2.8.0 -master-mysql_innodb
37
- - env : TESTENV=python2.7-2.8.0 -master-mysql_myisam
38
- - env : TESTENV=python2.7-2.8.0 -master-sqlite_file
39
- - env : TESTENV=python3.4-2.8.0 -master-sqlite_file
35
+ - env : TESTENV=pypy-2.8.1 -master-sqlite_file
36
+ - env : TESTENV=python2.7-2.8.1 -master-mysql_innodb
37
+ - env : TESTENV=python2.7-2.8.1 -master-mysql_myisam
38
+ - env : TESTENV=python2.7-2.8.1 -master-sqlite_file
39
+ - env : TESTENV=python3.4-2.8.1 -master-sqlite_file
40
40
- env : TESTENV=python3.5-2.7.3-master-sqlite_file
41
- - env : TESTENV=python3.5-2.8.0 -master-postgres
42
- - env : TESTENV=python3.5-2.8.0 -master-sqlite
43
- - env : TESTENV=python3.5-2.8.0 -master-sqlite_file
41
+ - env : TESTENV=python3.5-2.8.1 -master-postgres
42
+ - env : TESTENV=python3.5-2.8.1 -master-sqlite
43
+ - env : TESTENV=python3.5-2.8.1 -master-sqlite_file
44
44
install :
45
45
# Create pip wrapper script, using travis_retry (a function) and
46
46
# inject it into tox.ini.
0 commit comments