mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Additional travis/tox tweaks
* Enable travis caching * Disable coverage after_build * Call setup.py develop first * Include pytest config and enable skipsdist
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -11,8 +11,8 @@ install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
- TOXENV=coveralls tox
|
||||
# after_success:
|
||||
# - TOXENV=coveralls tox
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@@ -20,4 +20,8 @@ addons:
|
||||
- libxmlsec1-dev
|
||||
- postgresql-9.5
|
||||
- libssl-dev
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
directories:
|
||||
- node_modules
|
||||
- .tox
|
||||
|
||||
Reference in New Issue
Block a user