From 5226d82c54434811c141d95b0cb4527246b43d77 Mon Sep 17 00:00:00 2001 From: William Minchin Date: Sat, 8 Feb 2014 13:14:01 -0700 Subject: [PATCH] Skip `Work in Progress` tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6fb6040c..f4684577 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: # command to run tests script: - python --version - - "behave --tages='-wip'" + - "behave --tages ~wip" matrix: allow_failures: # python 3 support for travis is shaky.... - python: 3.3