Fix travis-ci syntax.

This commit is contained in:
Dave Shawley 2015-03-28 13:22:37 -04:00
parent c01247d870
commit 54f9f8c84f

View file

@ -9,7 +9,7 @@ python:
install: install:
- pip install -e . - pip install -e .
- pip install -r test-requirements.txt - pip install -r test-requirements.txt
- pip install tornado>=4.0,<5 - pip install tornado
script: nosetests script: nosetests
after_success: after_success:
- coveralls - coveralls