oslo.cache/dev-requirements.txt
Eric Larson 89edc9bed2 Get project basics configured
- Update the README
   - Wrapping dogpile.cache
   - Supporting cache backends and memoization
 - Add a test-requirements.txt
 - Add a dev-requirements.txt for tox
 - Update requirements from initial requirements in the template
 - Fix template test import to use oslocache.base.BaseTestCase

Change-Id: I588a5fee5f92448ee9a0905a0973abc42e44d0b0
2015-05-18 08:57:22 -05:00

9 lines
220 B
Plaintext

# Need to install tox but it is not valid in the global requirements,
# even though the gate has it installed. Install it here along with
# test reqs and the main package as editable.
-e .
-r test-requirements.txt
tox