diff --git a/.travis.yml b/.travis.yml index 87de8e3..48851ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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