From 628dc9b745da98e365e20716a1b33670c3b61891 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Fri, 8 Sep 2017 18:53:29 +0300 Subject: Move coveralls dependency to the right place --- .travis.yml | 1 - test-requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c42021c..56b63d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ addons: - aspell-en install: - pip install tox - - pip install coveralls script: - tox branches: diff --git a/test-requirements.txt b/test-requirements.txt index b7bcf16..35b2c28 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,6 @@ nose coverage<4.0 +coveralls pyyaml pytidylib pygments -- cgit v1.2.1