.travis.yml: fix shell syntax error

This commit is contained in:
Will Roberts 2016-05-09 13:57:35 +02:00
parent d11a97793a
commit 939acb7457
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- "3.3"
- "3.4"
# command to install dependencies
install: "pip install . coverage<4 coveralls"
install: "pip install . 'coverage<4' coveralls"
# command to run tests
script:
coverage run --source=pytimeparse setup.py test