mirror of https://github.com/mahmoud/boltons.git
exclude function_builder branch from travis
This commit is contained in:
parent
1436801d08
commit
cfc13f1f11
|
@ -10,3 +10,6 @@ python:
|
||||||
|
|
||||||
install: "pip install -r requirements-test.txt"
|
install: "pip install -r requirements-test.txt"
|
||||||
script: "py.test --doctest-modules boltons tests"
|
script: "py.test --doctest-modules boltons tests"
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- function_builder
|
||||||
|
|
Loading…
Reference in New Issue