From 93612cdb6393b0fd45996d1868bbe8bff8f4c33e Mon Sep 17 00:00:00 2001 From: "David\\ Beitey" Date: Wed, 3 Jul 2013 16:12:28 +1000 Subject: [PATCH] Fix up Travis command script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc3c87b..2bd29d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: install: - python bootstrap.py - ./bin/buildout - - ./bin/py.test js +script: ./bin/py.test js