Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
Removed Python 3.4/Django master build
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Oct 5, 2017
1 parent 60faf4b commit 4ce1ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
- TOXENV=py34-django110
- TOXENV=py27-django111
- TOXENV=py34-django111
- TOXENV=py34-django-master
matrix:
include:
- python: 3.5
Expand All @@ -22,7 +21,6 @@ matrix:
- python: 3.5
env: TOXENV=py35-django-master
allow_failures:
- env: TOXENV=py34-django-master
- env: TOXENV=py35-django-master
install:
- pip install tox
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{27,34,35}-django1{8,9,10,11}
py{34,35}-master
py{35}-master

[testenv]
basepython =
Expand Down

0 comments on commit 4ce1ee0

Please sign in to comment.