640322793f
Add in the testing and support files for travis, LICENSEing. This commit also ensures that all the files are no longer referencing python-keystoneclient.
10 lines
175 B
YAML
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 |