diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-19 08:45:04 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-08-19 08:45:04 -0400 |
commit | 222e61d5855059c4267b04e5a5657b8db7719cc5 (patch) | |
tree | 09e8768683d5eb0d6e3b366103e3f5b97bc016c3 /tox.ini | |
parent | f7644ca71eaa25ebf511a49fa22b3cd7f44c0c33 (diff) | |
parent | ac85fa96e31c9d1afa6681dd0c7fc43e8bb0a09f (diff) | |
download | cryptography-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ commands = flake8 . [testenv:py3pep8] -basepython = python3.4 +basepython = python3 deps = flake8 flake8-import-order |