summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-04-12 16:55:25 +0000
committerBen Nemec <bnemec@redhat.com>2018-04-12 16:55:25 +0000
commit84ebaf9f1406a0e1d9a6533f1ecdaa2b705140ec (patch)
tree1780b0c654a794e3e2a255ccb5e770c64005c561
parentfd3b5f1cebe308bf5fb416613130e4cf960657a7 (diff)
downloadoslo-context-84ebaf9f1406a0e1d9a6533f1ecdaa2b705140ec.tar.gz
Switch pep8 job to python 3
pep8 under python 3 is more strict than under python 2, so to make sure our projects meet the more strict standards we want to run the pep8 jobs using python 3 by default. Change-Id: I7b2a817147a0f1d1c7aabe09161a4df2ebec503f
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 199316c..4d8fddd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,7 @@ deps =
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
+basepython = python3
deps =
-r{toxinidir}/test-requirements.txt
commands =