Merge pull request #1024 from cclauss/patch-1

Travis CI: branches: only:   - master   - dev
This commit is contained in:
vn.py 2018-08-05 22:54:57 +08:00 committed by GitHub
commit 6516e5f5b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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