deb-python-positional/.travis.yml
Morgan Fainberg 640322793f Add tests and support files.
Add in the testing and support files for travis, LICENSEing. This
commit also ensures that all the files are no longer referencing
python-keystoneclient.
2016-01-12 21:36:03 -08:00

10 lines
175 B
YAML

language: python
install:
- pip install tox
- pip install -r requirements.txt -r test-requirements.txt
script:
- tox
env:
- TOXENV=pep8
- TOXENV=py27
- TOXENV=py34