From 90b8ac3285524beb9ba68d2c71bd483889951912 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 4 Jun 2014 20:35:36 +0200 Subject: [PATCH] A little typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 099f3e1..ca5ec2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: 2.7 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install Scrapy docopt - - pip install coverall + - pip install coveralls # command to run tests, e.g. python setup.py test script: