Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Jan 23, 2017
1 parent 473b446 commit 0d8b98a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,10 @@ language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6-dev
- 3.6
- pypy
env:
- ENVIRON=py
Expand All @@ -13,7 +14,7 @@ matrix:
exclude:
- env: ENVIRON=isort
include:
- python: "3.5"
- python: "3.6"
env: ENVIRON=isort
install:
- pip install tox coveralls coverage
Expand Down

0 comments on commit 0d8b98a

Please sign in to comment.