Skip to content

Commit

Permalink
Try the suggestions of @mgedmin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 11, 2017
1 parent 8eb5350 commit 57a5fcc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Expand Up @@ -8,19 +8,14 @@ python:
- 3.6
- pypy-5.4.1
- pypy3.3-5.2-alpha1
env:
- ENVIRON=py
- ENVIRON=flake8,docs
matrix:
exclude:
- env: ENVIRON=flake8,docs
include:
- python: "3.6"
env: ENVIRON=flake8,docs
- python: "2.7"
env: TOXENV=flake8,docs
install:
- pip install tox
- pip install tox tox-travis
script:
- tox -e $ENVIRON
- tox
# Alternative: use buildout instead of tox
#install:
# - python bootstrap.py
Expand Down

0 comments on commit 57a5fcc

Please sign in to comment.