From e43c21c97f4c73777a9573a62a4124fe581a65c1 Mon Sep 17 00:00:00 2001 From: George Hughey Date: Wed, 4 Jan 2017 11:16:39 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a410278..d9d7ea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ python: - "3.5" install: - pip install -r requirements.txt -script: nosetests-3.4 -vv --nocapture --ignore-file tests/tests.py +script: nosetests-3.4 -vv --nocapture --ignore-file tests/test.py