From 3e0b09e8190edabd404b2fe8e1c5fa94571e61aa Mon Sep 17 00:00:00 2001 From: Tennessee Leeuwenburg Date: Mon, 22 Jun 2015 07:53:32 +1000 Subject: [PATCH] Updated script name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b6b88e10..576058978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: # Coverage packages are on my binstar channel - python setup.py install # command to run tests -script: pytest \ No newline at end of file +script: py.test \ No newline at end of file