From 37bb863e0bfab81fa6eb8fe4de3ee0b29d6c8375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= <danmichaelo@gmail.com> Date: Sat, 18 Jul 2015 22:29:27 +0200 Subject: [PATCH] Travis: add missing package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50309b0..413fbcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: install: - python setup.py install - - pip install pytest-pep8 pytest-cov coveralls + - pip install pytest-pep8 pytest-cov coveralls responses script: - py.test --pep8 mwclient -v --cov mwclient tests -- GitLab