From 704c5c25deebc473b117d65d5180c251af9c1121 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 4 Jun 2014 12:51:15 +0200 Subject: [PATCH] Travis CI (hopefully working settings) --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a243ba..2c4e998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,8 @@ python: 2.7 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - pip install flake8 Scrapy docopt + - pip install Scrapy docopt # command to run tests, e.g. python setup.py test script: - - nosetests tests - - make lint - -after_success: coveralls \ No newline at end of file + - nosetests tests \ No newline at end of file