aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-19 08:45:04 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-19 08:45:04 -0400
commit222e61d5855059c4267b04e5a5657b8db7719cc5 (patch)
tree09e8768683d5eb0d6e3b366103e3f5b97bc016c3 /tox.ini
parentf7644ca71eaa25ebf511a49fa22b3cd7f44c0c33 (diff)
parentac85fa96e31c9d1afa6681dd0c7fc43e8bb0a09f (diff)
downloadcryptography-222e61d5855059c4267b04e5a5657b8db7719cc5.tar.gz
cryptography-222e61d5855059c4267b04e5a5657b8db7719cc5.tar.bz2
cryptography-222e61d5855059c4267b04e5a5657b8db7719cc5.zip
Merge pull request #2279 from Ayrx/patch-1
Make py3pep8 tox target use a general python3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index feebf280..7ee4d801 100644
--- a/tox.ini
+++ b/tox.ini
@@ -69,7 +69,7 @@ commands =
flake8 .
[testenv:py3pep8]
-basepython = python3.4
+basepython = python3
deps =
flake8
flake8-import-order