mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 02:17:37 -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:
@@ -3,7 +3,7 @@ DJANGO_SETTINGS_MODULE = awx.settings.development
|
||||
python_paths = venv/tower/lib/python2.7/site-packages
|
||||
site_dirs = venv/tower/lib/python2.7/site-packages
|
||||
python_files = *.py
|
||||
addopts = --reuse-db --nomigrations
|
||||
addopts = --reuse-db --nomigrations --tb=native
|
||||
markers =
|
||||
ac: access control test
|
||||
license_feature: ensure license features are accessible or not depending on license
|
||||
|
||||
Reference in New Issue
Block a user