sprockets.clients.cassandra/test-requirements.txt
Brian Korty 21097342ef Address review feedback.
Address review feedback. Change module to automatically grab
current Tornado IOLoop. Jettison test-helpers from requirements
file. Add shabnang back to top of setup.py.
2015-05-11 16:13:13 -04:00

12 lines
532 B
Text

# Add dependencies that are required to test your package. These
# will be installed when ``setup.py test`` is run. They will also
# be installed into the test environment generated by Travis CI.
# Development tools that are not absolutely required for testing
# should be placed into dev-requirements.txt
#
# Unless otherwise noted, we expect that the dependencies
# follow semantic versioning, and will loosely pin them to
# minimize breakage to our dev environment.
coveralls>=0.4,<1.0
nose>=1.3.1,<2.0.0
tornado>=3.0.0,<4.0.0