summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-04-12 16:42:21 +0000
committerBen Nemec <bnemec@redhat.com>2018-04-12 16:42:21 +0000
commitf95a6ff35ebf17aabd9087ea8b9964a7f6f1b84a (patch)
treed78dd8d7603d00baf1a0e26cafc5fefdd4c11cb7 /tox.ini
parentf1a63a3e78d851573823effb526582c5ac68a4f0 (diff)
downloadoslo-config-f95a6ff35ebf17aabd9087ea8b9964a7f6f1b84a.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: If3016aef3a75281ff9edb5615bbc4575e6214e9e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 48df84a..cf47db1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,6 +21,7 @@ deps =
-r{toxinidir}/requirements.txt
[testenv:pep8]
+basepython = python3
commands =
flake8
# Run security linter