diff --git a/.travis.yml b/.travis.yml index f4684577..8118f366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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