Skip to content

Commit

Permalink
Travis CI: prevent double tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 8, 2019
1 parent 681c878 commit 82ab6b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: false
language: python

branches:
only:
- "master"

install:
- pip install tox coveralls

Expand Down

0 comments on commit 82ab6b3

Please sign in to comment.