Merge pull request #1024 from cclauss/patch-1
Travis CI: branches: only: - master - dev
This commit is contained in:
commit
6516e5f5b3
@ -4,6 +4,10 @@ cache: pip
|
|||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.6
|
- 3.6
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- dev
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install flake8 # pytest # add another testing frameworks later
|
- pip install flake8 # pytest # add another testing frameworks later
|
||||||
|
Loading…
Reference in New Issue
Block a user