From 5f53aa6ef5b1628d97d1d9393391af7be014f6b9 Mon Sep 17 00:00:00 2001 From: Alexandru Chirila Date: Tue, 26 Jul 2016 14:51:33 +0300 Subject: [PATCH] Typo. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d82205b..8f3cf12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ install: - pip install -r requirements/tests.txt - python setup.py install script: -- py.test tests/unit/ --cov pad --cov scripts --cov-report term-missing +- py.test tests/unit/ --cov spoon --cov scripts --cov-report term-missing - py.test tests/functional/ after_script: -- pep8 --show-source pad +- pep8 --show-source spoon after_success: - coveralls