Skip to content

Commit 6bccc6c

Browse files
committed
pytest 2.8.1
1 parent 56fff6d commit 6bccc6c

File tree

3 files changed

+255
-255
lines changed

3 files changed

+255
-255
lines changed

.travis.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@ language: python
44
python:
55
- "3.5"
66
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
2727
- 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
3131
- TESTENV=checkqa-python2.7
3232
- TESTENV=checkqa-python3.4
3333
matrix:
3434
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
4040
- 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
4444
install:
4545
# Create pip wrapper script, using travis_retry (a function) and
4646
# inject it into tox.ini.

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def is_pypy(self):
2727
PYTHON_MAIN_VERSIONS = ['python2.7', 'python3.4']
2828
PYTHON_VERSIONS = ['python2.6', 'python2.7', 'python3.2', 'python3.3',
2929
'python3.4', 'python3.5', 'pypy', 'pypy3']
30-
PYTEST_VERSIONS = ['2.7.3', '2.8.0']
30+
PYTEST_VERSIONS = ['2.7.3', '2.8.1']
3131
DJANGO_VERSIONS = ['1.4', '1.5', '1.6', '1.7', '1.8', '1.9', 'master']
3232
SETTINGS = ['sqlite', 'sqlite_file', 'mysql_myisam', 'mysql_innodb',
3333
'postgres']

0 commit comments

Comments
 (0)