diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | test-requirements.txt | 1 |
2 files changed, 1 insertions, 1 deletions
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 |