Skip to content

Commit

Permalink
travis: try new matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Oct 18, 2017
1 parent 65fdef1 commit 780116b
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ language: python
python: 3.6
sudo: false
cache: pip

env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
- TOXENV=pypy
- TOXENV=pyparsing1
- TOXENV=flask08
- TOXENV=flask09
Expand All @@ -29,6 +22,25 @@ install:
script: "./.travis.sh"

matrix:
include:
- python: 3.6
env:
- TOXENV=py36
- python: 3.5
env:
- TOXENV=py35
- python: 3.4
env:
- TOXENV=py34
- python: 2.7
env:
- TOXENV=py27
- python: 2.6
env:
- TOXENV=py26
- python: pypy
env:
- TOXENV=pypy
allow_failures:
- env: TOXENV=py26
- env: TOXENV=coverage
Expand Down

0 comments on commit 780116b

Please sign in to comment.