From e841e979f95b69b65c86f192961f753d55703168 Mon Sep 17 00:00:00 2001 From: joamag Date: Thu, 7 Jul 2016 13:57:54 +0100 Subject: [PATCH] removed unused dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index efa327d..da82d6d 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 clint + - pip install twine script: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coverage run --source=story setup.py test; else python setup.py test; fi after_success: if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then coveralls; fi deploy: