From cd96e12a64b0e96ba888b38f026980624ba7aa04 Mon Sep 17 00:00:00 2001 From: joamag Date: Tue, 5 Jul 2016 01:35:07 +0100 Subject: [PATCH] new travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ae4a7e..03a72a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install "pkginfo<1.3" - pip install -r requirements.txt - pip install coveralls - - pip install twine + - pip install twine clint script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=commons setup.py test; else python setup.py test; fi after_success: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coveralls; fi deploy: