summaryrefslogtreecommitdiffstats
path: root/awxkit/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2020-03-18 14:06:20 +0100
committerRyan Petrello <rpetrell@redhat.com>2020-03-19 14:02:39 +0100
commit06b3e54fb1feb04a7bba870b313d0f36af66a18f (patch)
treea79371e7fc778c81b583d3df9d7ddf490000acca /awxkit/tox.ini
parentMerge pull request #6034 from chrismeyersfsu/pg2_no_pubsub (diff)
downloadawx-06b3e54fb1feb04a7bba870b313d0f36af66a18f.tar.xz
awx-06b3e54fb1feb04a7bba870b313d0f36af66a18f.zip
remove python2 support from awxkit
Diffstat (limited to 'awxkit/tox.ini')
-rw-r--r--awxkit/tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/awxkit/tox.ini b/awxkit/tox.ini
index 7931be5491..42c72bd608 100644
--- a/awxkit/tox.ini
+++ b/awxkit/tox.ini
@@ -8,6 +8,7 @@ skip_missing_interpreters = true
# skipsdist = true
[testenv]
+basepython = python3.6
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
setenv =
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}:.
@@ -21,7 +22,6 @@ deps =
commands = coverage run --parallel --source awxkit -m pytest --doctest-glob='*.md' --junit-xml=report.xml {posargs}
[testenv:lint]
-basepython = python3.6
deps =
{[testenv]deps}
flake8
@@ -32,7 +32,6 @@ commands =
- coverage erase
[testenv:coveralls]
-basepython = python3.6
commands=
- coverage combine
- coverage report -m
@@ -43,4 +42,4 @@ max-line-length = 120
[pytest]
addopts = -v --tb=native
-junit_family=xunit2 \ No newline at end of file
+junit_family=xunit2