From e9f6b9acb83fcc15a11578e593ad49192c384291 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:54:47 +0200
Subject: [PATCH] Travis: New try

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 80e6e5b..74bb9f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,10 @@ python:
 
 install: 
   - python setup.py install
-  - pip install pytest-pep8 pytest-cov coveralls responses
+  - pip install coverage coveralls
 
 script: 
-  - py.test --pep8 mwclient -v --cov mwclient tests
+  - coverage run --source=mwclient setup.py test
 
 after_success:
   - coveralls
-- 
GitLab