Build only master branch.

This commit is contained in:
Bastian Kleineidam 2013-02-22 19:16:23 +01:00
parent 9d104a044b
commit 7f603674b3

View file

@ -2,6 +2,10 @@ language: python
python: python:
- "2.7" - "2.7"
# - "3.3" # - "3.3"
# whitelist
branches:
only:
- master
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt --use-mirrors