Skip to content

Commit b7a32b0

Browse files
committed
Drop Python 2.7 from Django master runs since Django master no longer
supports Python 2.7.
1 parent 283afbd commit b7a32b0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ matrix:
2323
- python: 3.3
2424
env: TOXENV=py34-pytest30-django1.8-postgres
2525

26-
- python: 2.7
27-
env: TOXENV=py27-pytest30-djangomaster-postgres
2826
- python: 2.7
2927
env: TOXENV=py27-pytest30-django1.10-mysql_innodb
3028
- python: 2.7
@@ -44,7 +42,6 @@ matrix:
4442
env: TOXENV=pypy-pytest30-django1.10-sqlite_file
4543

4644
allow_failures:
47-
- env: TOXENV=py27-pytest30-djangomaster-postgres
4845
- env: TOXENV=py35-pytest30-djangomaster-postgres
4946

5047
# Temporary.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
- py34-pytest30-django1.10-postgres
55
- py33-pytest30-django1.8-postgres
66
- py27-pytest30-django1.10-{mysql_innodb,mysql_myisam,postgres}
7-
- py27-pytest30-django{master,1.9,1.8,1.7}-postgres
7+
- py27-pytest30-django{1.9,1.8,1.7}-postgres
88
- pypy3-pytest30-django1.8-{sqlite,sqlite_file}
99
- pypy3-pytest29-django1.8-sqlite_file
1010
- pypy-pytest30-django1.10-sqlite_file

0 commit comments

Comments
 (0)