Skip to content

Commit

Permalink
Stopped testing against Python 3.3 and Django master.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Jul 15, 2015
1 parent 4207532 commit 96599aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -12,15 +12,13 @@ env:
- TOXENV=py32-1.8
- TOXENV=py33-1.7
- TOXENV=py33-1.8
- TOXENV=py33-master
- TOXENV=py34-1.7
- TOXENV=py34-1.8
- TOXENV=py34-master

matrix:
allow_failures:
- env: TOXENV=py27-master
- env: TOXENV=py33-master
- env: TOXENV=py34-master

install:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -5,7 +5,7 @@ envlist =
isort,
py27-{1.7,1.8,master},
py32-{1.7,1.8},
py33-{1.7,1.8,master},
py33-{1.7,1.8},
py34-{1.7,1.8,master}

[testenv]
Expand Down

0 comments on commit 96599aa

Please sign in to comment.