Build only master branch.
This commit is contained in:
parent
9d104a044b
commit
7f603674b3
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
# - "3.3"
|
||||
# whitelist
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
|
|
Loading…
Reference in a new issue