Skip to content

Commit 6047d8b

Browse files
committed
Test everything under python 3 in py36 tox env
1 parent ea02565 commit 6047d8b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

planemo/virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from galaxy.tools.deps.commands import which
1010

1111

12-
DEFAULT_PYTHON_VERSION = "2.7"
12+
DEFAULT_PYTHON_VERSION = os.environ.get("PLANEMO_DEFAULT_PYTHON_VERSION", "2.7")
1313

1414

1515
def create_and_exit(virtualenv_path, **kwds):

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ setenv =
2020
quick: PLANEMO_SKIP_GALAXY_TESTS=1
2121
py27: PLANEMO_SKIP_PYTHON3=1
2222
py36: PLANEMO_SKIP_PYTHON2=1
23+
py36: PLANEMO_DEFAULT_PYTHON_VERSION=3
2324
gx: NOSE_ATTR=tests_galaxy_branch
2425
master: PLANEMO_TEST_GALAXY_BRANCH=master
2526
dev: PLANEMO_TEST_GALAXY_BRANCH=dev

0 commit comments

Comments
 (0)