Skip to content

Commit 3068be3

Browse files
authored
tests: bump pytest: 3.0.0 => 3.0.3 (#400)
1 parent 6af1a2a commit 3068be3

File tree

3 files changed

+164
-164
lines changed

3 files changed

+164
-164
lines changed

.travis.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ language: python
44
python:
55
- "3.5"
66
env:
7-
- TESTENV=pypy-3.0.0-1.10-sqlite_file
7+
- TESTENV=pypy-3.0.3-1.10-sqlite_file
88
- TESTENV=pypy3-2.9.2-1.8-sqlite_file
9-
- TESTENV=pypy3-3.0.0-1.8-sqlite
10-
- TESTENV=pypy3-3.0.0-1.8-sqlite_file
11-
- TESTENV=python2.7-3.0.0-1.10-mysql_innodb
12-
- TESTENV=python2.7-3.0.0-1.10-mysql_myisam
13-
- TESTENV=python2.7-3.0.0-1.10-postgres
14-
- TESTENV=python2.7-3.0.0-1.7-postgres
15-
- TESTENV=python2.7-3.0.0-1.8-postgres
16-
- TESTENV=python2.7-3.0.0-1.9-postgres
17-
- TESTENV=python2.7-3.0.0-master-postgres
18-
- TESTENV=python3.3-3.0.0-1.8-postgres
19-
- TESTENV=python3.4-3.0.0-1.10-postgres
20-
- TESTENV=python3.5-3.0.0-1.10-postgres
21-
- TESTENV=python3.5-3.0.0-1.8-postgres
22-
- TESTENV=python3.5-3.0.0-1.9-postgres
23-
- TESTENV=python3.5-3.0.0-master-postgres
9+
- TESTENV=pypy3-3.0.3-1.8-sqlite
10+
- TESTENV=pypy3-3.0.3-1.8-sqlite_file
11+
- TESTENV=python2.7-3.0.3-1.10-mysql_innodb
12+
- TESTENV=python2.7-3.0.3-1.10-mysql_myisam
13+
- TESTENV=python2.7-3.0.3-1.10-postgres
14+
- TESTENV=python2.7-3.0.3-1.7-postgres
15+
- TESTENV=python2.7-3.0.3-1.8-postgres
16+
- TESTENV=python2.7-3.0.3-1.9-postgres
17+
- TESTENV=python2.7-3.0.3-master-postgres
18+
- TESTENV=python3.3-3.0.3-1.8-postgres
19+
- TESTENV=python3.4-3.0.3-1.10-postgres
20+
- TESTENV=python3.5-3.0.3-1.10-postgres
21+
- TESTENV=python3.5-3.0.3-1.8-postgres
22+
- TESTENV=python3.5-3.0.3-1.9-postgres
23+
- TESTENV=python3.5-3.0.3-master-postgres
2424
- TESTENV=checkqa-python2.7
2525
- TESTENV=checkqa-python3.5
2626
matrix:
2727
allow_failures:
28-
- env: TESTENV=python2.7-3.0.0-master-postgres
29-
- env: TESTENV=python3.5-3.0.0-master-postgres
28+
- env: TESTENV=python2.7-3.0.3-master-postgres
29+
- env: TESTENV=python3.5-3.0.3-master-postgres
3030
install:
3131
# Create pip wrapper script, using travis_retry (a function) and
3232
# inject it into tox.ini.

generate_configurations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def is_pypy(self):
3131
PYTHON_MAIN_VERSIONS = ['python2.7', 'python3.5']
3232
PYTHON_VERSIONS = ['python2.7', 'python3.3',
3333
'python3.4', 'python3.5', 'pypy', 'pypy3']
34-
PYTEST_VERSIONS = ['2.9.2', '3.0.0']
34+
PYTEST_VERSIONS = ['2.9.2', '3.0.3']
3535
DJANGO_VERSIONS = ['master', '1.7', '1.8', '1.9', '1.10']
3636
SETTINGS = ['sqlite', 'sqlite_file', 'mysql_myisam', 'mysql_innodb',
3737
'postgres']

0 commit comments

Comments
 (0)