Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Allow Travis test failures for Python3 versions, and run fewer py3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Aug 8, 2016
1 parent 8179481 commit bce9f79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ script:

env:
- TOXENV=django17-py27
- TOXENV=django17-py33
- TOXENV=django17-py34
- TOXENV=django18-py27
- TOXENV=django18-py33
- TOXENV=django18-py34

matrix:
allow_failures:
- TOXENV=django17-py34
- TOXENV=django18-py34
fast_finish: true
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
django{17,18}-py{27,33,34},
django{17,18}-py{27,34},

[testenv]
basepython =
Expand Down

0 comments on commit bce9f79

Please sign in to comment.