Travis CI: branches: only: - master - stable
This commit is contained in:
parent
a674c1c72b
commit
d009f4d86c
@ -4,6 +4,10 @@ cache: pip
|
||||
python:
|
||||
- 2.7
|
||||
- 3.6
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install flake8 # pytest # add another testing frameworks later
|
||||
|
Loading…
Reference in New Issue
Block a user