mirror of
https://github.com/sprockets/sprockets.mixins.postgresql.git
synced 2024-11-27 19:29:54 +00:00
Add tornado to the test requirements
This commit is contained in:
parent
88243478f9
commit
e45956d96b
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pip install -r test-requirements.txt
|
- pip install -r test-requirements.txt
|
||||||
|
- pip install -r requirements.txt
|
||||||
script: nosetests
|
script: nosetests
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
coverage>=3.7,<4
|
coverage>=3.7,<4
|
||||||
coveralls>=0.4,<1
|
coveralls>=0.4,<1
|
||||||
nose>=1.3,<2
|
nose>=1.3,<2
|
||||||
|
tornado>=3.0,<4.0
|
||||||
|
|
Loading…
Reference in a new issue