1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-05 15:48:09 +01:00

force zip_safe and consolidate travis requirements

This commit is contained in:
AlanCoding
2017-10-30 16:19:46 -04:00
parent c2b1fd4e1b
commit 8f96d1befc
3 changed files with 5 additions and 3 deletions

View File

@@ -11,9 +11,7 @@ matrix:
allow_failures:
- python: nightly
install:
- pip install flake8
- pip install tox-travis
- pip install coveralls
- pip install -r requirements_dev.txt
before_script:
flake8 .
script:

3
requirements_dev.txt Normal file
View File

@@ -0,0 +1,3 @@
flake8
tox-travis
coveralls

View File

@@ -173,4 +173,5 @@ setup(
'Topic :: System :: Software Distribution',
'Topic :: System :: Systems Administration',
],
zip_safe=False
)