This commit is contained in:
William Minchin 2014-02-08 14:18:36 -07:00
parent 8388198eae
commit da28dc9249

View file

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