Skip to content

Commit

Permalink
Merge pull request #8 from cthoyt/patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
scolby33 authored Apr 7, 2018
2 parents 5bbea86 + 7f12806 commit 8f741c9
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,20 @@ cache: pip
language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7

env:
- TOXENV=manifest
- TOXENV=docs
matrix:
- TOXENV=py

matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- env: TOXENV=docs
- env: TOXENV=manifest
allow_failures:
- python: "3.3"
- python: "3.4"
Expand Down

0 comments on commit 8f741c9

Please sign in to comment.