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:
@@ -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
3
requirements_dev.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
flake8
|
||||
tox-travis
|
||||
coveralls
|
||||
Reference in New Issue
Block a user