Restricts testing to develop and master
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
language: python
|
||||
branches:
|
||||
only:
|
||||
- "develop"
|
||||
- "master"
|
||||
python:
|
||||
- "3.6"
|
||||
script:
|
||||
- python3 tests.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user