We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07f4f2 commit 317926cCopy full SHA for 317926c
.travis.yml
@@ -16,3 +16,7 @@ install:
16
script:
17
- if [[ $TRAVIS_PYTHON_VERSION = '2.7' ]]; then tox -e py27-ipython$IPYTHON,flake8; fi
18
- if [[ $TRAVIS_PYTHON_VERSION = '3.4' ]]; then tox -e py34-ipython$IPYTHON,flake8; fi
19
+
20
+branches:
21
+ only:
22
+ - master
0 commit comments