Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jul 26, 2016
1 parent 720ba2d commit 5f53aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f53aa6

Please sign in to comment.