Skip to content

Commit

Permalink
BLD: Always build master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jun 14, 2016
1 parent a07f4f2 commit 317926c
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
Expand Up @@ -16,3 +16,7 @@ install:
script:
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27-ipython$IPYTHON,flake8; fi
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34-ipython$IPYTHON,flake8; fi

branches:
only:
- master

0 comments on commit 317926c

Please sign in to comment.