Use py36 as preferred Python 3 interpreter for CI testing

This commit is contained in:
Bruno Oliveira
2017-08-14 19:28:54 -03:00
parent 362b1b3c4f
commit 7b5d26c1a8
4 changed files with 19 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ envlist =
{py27,py35}-{pexpect,xdist,trial,numpy}
py27-nobyte
doctesting
freeze
py35-freeze
docs
[testenv]
@@ -169,7 +169,7 @@ changedir = testing
commands =
{envpython} {envbindir}/py.test-jython -rfsxX {posargs}
[testenv:freeze]
[testenv:py35-freeze]
changedir = testing/freeze
deps = pyinstaller
commands =