Skip Work in Progress tests

This commit is contained in:
William Minchin 2014-02-08 13:14:01 -07:00
parent 65aae7e0be
commit 5226d82c54

View file

@ -10,7 +10,7 @@ install:
# command to run tests # command to run tests
script: script:
- python --version - python --version
- "behave --tages='-wip'" - "behave --tages ~wip"
matrix: matrix:
allow_failures: # python 3 support for travis is shaky.... allow_failures: # python 3 support for travis is shaky....
- python: 3.3 - python: 3.3