From d763d17cfc000f8337a4dcfbac3a0882ae6ac2b8 Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Mon, 7 Mar 2016 12:14:47 -0500 Subject: [PATCH] Remember to install extra stuff for tests... --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cbb5abc..c2bf8c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: install: - pip install requests - pip install python-dateutil + - pip install coveralls pep257 restructuredtext_lint testfixtures - python setup.py install # command to run tests script: