diff options
author | James Laska <jlaska@redhat.com> | 2016-06-08 21:41:59 +0200 |
---|---|---|
committer | James Laska <jlaska@redhat.com> | 2016-07-22 19:19:57 +0200 |
commit | 6140c8c500018dfc82074c45d42bdc182185f1b6 (patch) | |
tree | 22bff3bcc26f52a5f9ee93cc2f8a858a082aa750 /pytest.ini | |
parent | ¯\_(ツ)_/¯ (diff) | |
download | awx-6140c8c500018dfc82074c45d42bdc182185f1b6.tar.xz awx-6140c8c500018dfc82074c45d42bdc182185f1b6.zip |
Additional travis/tox tweaks
* Enable travis caching
* Disable coverage after_build
* Call setup.py develop first
* Include pytest config and enable skipsdist
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini index 048e98312f..03c814599c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 |