Skip to content

Commit d4f42ea

Browse files
authored
Travis/tox: add py36 (#469)
1 parent ca3b5a2 commit d4f42ea

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.travis.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ matrix:
66
fast_finish: true
77
include:
88

9-
- python: 3.5
10-
env: TOXENV=py35-pytest30-djangomaster-postgres
9+
- python: 3.6
10+
env: TOXENV=py36-pytest30-djangomaster-postgres
11+
- python: 3.6
12+
env: TOXENV=py36-pytest30-django1.11-postgres
13+
- python: 3.6
14+
env: TOXENV=py36-pytest30-django1.10-postgres
15+
- python: 3.6
16+
env: TOXENV=py36-pytest30-django1.9-postgres
17+
- python: 3.6
18+
env: TOXENV=py36-pytest30-django1.8-postgres
19+
- python: 3.6
20+
env: TOXENV=py36-checkqa
21+
1122
- python: 3.5
1223
env: TOXENV=py35-pytest30-django1.11-postgres
13-
- python: 3.5
14-
env: TOXENV=py35-pytest30-django1.10-postgres
15-
- python: 3.5
16-
env: TOXENV=py35-pytest30-django1.9-postgres
17-
- python: 3.5
18-
env: TOXENV=py35-pytest30-django1.8-postgres
19-
- python: 3.5
20-
env: TOXENV=py35-checkqa
2124

2225
- python: 3.4
2326
env: TOXENV=py34-pytest30-django1.11-postgres
@@ -51,7 +54,7 @@ matrix:
5154
env: TOXENV=pypy3-pytest30-django1.10-sqlite_file
5255

5356
allow_failures:
54-
- env: TOXENV=py35-pytest30-djangomaster-postgres
57+
- env: TOXENV=py36-pytest30-djangomaster-postgres
5558

5659
# Temporary.
5760
# https://github.com/pytest-dev/pytest-django/pull/445

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
- py35-pytest30-django{master,1.11,1.10,1.9,1.8}-postgres
3+
- py{35,36}-pytest30-django{master,1.11,1.10,1.9,1.8}-postgres
44
- py34-pytest30-django{1.11,1.10}-postgres
55
- py33-pytest30-django1.8-postgres
66
- py27-pytest30-django{1.11,1.10}-{mysql_innodb,mysql_myisam,postgres}

0 commit comments

Comments
 (0)