Skip to content

Commit

Permalink
Start running Python 3.4 since they should now pass in theory...
Browse files Browse the repository at this point in the history
... set them as allowing failure, since theory doesn't match practice.
  • Loading branch information
jmchilton committed Nov 20, 2015
1 parent 2f66fc3 commit 764ce01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ env:
- TOX_ENV=py27-lint-readme
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py34

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

matrix:
allow_failures:
- env: TOX_ENV=py34

script: tox -e $TOX_ENV

after_success:
Expand Down

0 comments on commit 764ce01

Please sign in to comment.