We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933ad97 commit b742089Copy full SHA for b742089
1 file changed
.travis.yml
@@ -1,4 +1,6 @@
1
language: python
2
python: "3.6"
3
+branches:
4
+ only: master
5
install: pip install -r requirements.txt -r requirements-dev.txt
6
script: pytest
0 commit comments