Skip to content

Commit

Permalink
Make Travis look nicer by specifying python version only for py35 TOXENV
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Nov 6, 2015
1 parent 311d113 commit 005f9ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,6 +1,11 @@
language: python
sudo: false
python: "3.5"
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.5
env: TOXENV=py35-pure
env:
- TOXENV=py26
- TOXENV=py26-minimal
Expand All @@ -11,8 +16,6 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=py34-pure
- TOXENV=py35
- TOXENV=py35-pure
- TOXENV=pypy3
- TOXENV=coverage
- TOXENV=docs
Expand Down

0 comments on commit 005f9ea

Please sign in to comment.