Skip to content

Commit

Permalink
An attempt to make Travis do the Python 3.4 using actual Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 28, 2015
1 parent 6b36ab7 commit 0fda1f7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python: 3.5
env:
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=docs
- TOX_ENV=flake8
matrix:
include:
- python: 3.4
env: TOX_ENV=py34
- env: TOX_ENV=py35
- env: TOX_ENV=docs
- env: TOX_ENV=flake8
install:
- pip install tox coveralls
script:
Expand Down

0 comments on commit 0fda1f7

Please sign in to comment.