From afe6fcbdc82937e96534f84a984bdb058b766443 Mon Sep 17 00:00:00 2001 From: Dave Simons Date: Sat, 6 Jun 2015 18:45:11 -0400 Subject: [PATCH] seeing if integration tests will work in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec75183..42e8c34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ install: script: - pep8 - flake8 -- nosetests -A "not integration" --with-coverage --cover-branches --cover-erase --cover-package cloudfeaster +- nosetests --with-coverage --cover-branches --cover-erase --cover-package cloudfeaster - coveralls