Travis CI: branches: only: - master - stable

This commit is contained in:
cclauss 2018-08-05 16:51:03 +02:00 committed by GitHub
parent a674c1c72b
commit d009f4d86c
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