Skip to content

Commit 764ce01

Browse files
committed
Start running Python 3.4 since they should now pass in theory...
... set them as allowing failure, since theory doesn't match practice.
1 parent 2f66fc3 commit 764ce01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ env:
77
- TOX_ENV=py27-lint-readme
88
- TOX_ENV=py26
99
- TOX_ENV=py27
10+
- TOX_ENV=py34
1011

1112
install:
1213
# Setup git to allow git operations.
1314
- git config --global user.name "Travis Test User"
1415
- git config --global user.email "planemo_test@galaxyproject.org"
1516
- pip install tox coveralls
1617

18+
matrix:
19+
allow_failures:
20+
- env: TOX_ENV=py34
21+
1722
script: tox -e $TOX_ENV
1823

1924
after_success:

0 commit comments

Comments
 (0)