From 87b2696a4e5a25aeec85c6de43912c0f6824db8d Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 12 Mar 2013 22:31:24 +0100 Subject: [PATCH] typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2157ea5..f642eee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_install: install: - pip install pytest --use-mirrors - pip install . --use-mirrors -script: pytest +script: py.test