Skip to content

Commit

Permalink
drop branches from travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium authored and klen committed Oct 2, 2018
1 parent 2a30110 commit 5052521
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Expand Up @@ -19,21 +19,12 @@ matrix:
after_script:
- pip install coveralls;
- coveralls;
||||||| merged common ancestors
python:
- "2.7"

env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py35
- TOXENV=cov

branches:
only:
- master
- develop

install: pip install tox-travis
install: pip install tox

script: tox

0 comments on commit 5052521

Please sign in to comment.