Skip to content

Commit

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

0 comments on commit d9d30d3

Please sign in to comment.