summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-09-08 18:53:29 +0300
committerDmitry Shachnev <mitya57@gmail.com>2017-09-08 18:53:29 +0300
commit628dc9b745da98e365e20716a1b33670c3b61891 (patch)
tree64635ff27097768689b5754acb2a882de13f44c6
parent0df1287a88fa917c566955a99c21fd5e9c2facd4 (diff)
downloadpython-markdown-mitya57/coveralls.tar.gz
Move coveralls dependency to the right placemitya57/coveralls
-rw-r--r--.travis.yml1
-rw-r--r--test-requirements.txt1
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