Merge "Fixed tox warning."

This commit is contained in:
Zuul 2018-10-02 14:31:59 +00:00 committed by Gerrit Code Review
commit 7b88d0f8cf
3 changed files with 10 additions and 4 deletions

View File

@ -3,3 +3,9 @@
parent: tox
vars:
tox_envlist: ansible-integration
- job:
name: tox-py3
parent: tox
vars:
tox_envlist: py3

View File

@ -7,9 +7,9 @@
jobs:
- ara-server-ansible-integration:
voting: false
- tox-py35
- tox-py3
- tox-pep8
gate:
jobs:
- tox-py35
- tox-py3
- tox-pep8

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,pep8
envlist = py3,pep8
skipdist = True
[testenv]
@ -24,7 +24,7 @@ commands =
flake8 ara hacking
bandit -r ara --skip B303
[testenv:py35]
[testenv:py3]
commands = python manage.py test ara
[testenv:runserver]