Restricts testing to develop and master

This commit is contained in:
LSaldyt
2017-10-09 13:03:12 -06:00
parent 08ea0b2e10
commit 81984d24e2

View File

@ -1,5 +1,10 @@
language: python language: python
branches:
only:
- "develop"
- "master"
python: python:
- "3.6" - "3.6"
script: script:
- python3 tests.py - python3 tests.py