Skip to content

Commit 7b9a4b9

Browse files
committed
Try python3 build
1 parent f1b9c9d commit 7b9a4b9

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

.travis.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
11
language: python
22
sudo: false
3-
python: 2.7
3+
python:
4+
- 2.7
5+
- 3.6
46
env:
57
global:
68
- PLANEMO_SKIP_REDUNDANT_TESTS=1
79
- PLANEMO_ENABLE_POSTGRES_TESTS=1
810
- PLANEMO_SKIP_GALAXY_CWL_TESTS=1
9-
- PLANEMO_TEST_WORKFLOW_RUN_PROFILE=travisworkflowtests
11+
- PLANEMO_TEST_WORKFLOW_RUN_PROFILE=travisworkflowtest
1012
matrix:
1113
- TOX_ENV=py27-lint
12-
- TOX_ENV=py34-lint
14+
- TOX_ENV=py36-lint
1315
- TOX_ENV=py27-lint-readme
1416
- TOX_ENV=py27-lint-docs
15-
- TOX_ENV=py34-quick
17+
- TOX_ENV=py36-quick
1618
- TOX_ENV=py27
17-
- TOX_ENV=py34
19+
- TOX_ENV=py36
1820
- TOX_ENV=py27-lint-docstrings
21+
exclude:
22+
- python: 2.7
23+
env:
24+
- TOX_ENV=py36-lint
25+
- TOX_ENV=py36-quick
26+
- TOX_ENV=py36
27+
- python: 3.6
28+
env:
29+
- TOX_ENV=py27-lint
30+
- TOX_ENV=py27-lint-readme
31+
- TOX_ENV=py27-lint-docs
32+
- TOX_ENV=py27-lint-docstrings
33+
- TOX_ENV=py27
34+
1935

2036
install:
2137
- pip install tox coveralls

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34}-lint, py{27,34,35}-quick, py27-lint-imports, py27-lint-docstrings, py27-lint-readme, py27-lint-docs, py{27,34,35}, py{27,34,35}-gx-{master,dev,1805,1801,1709,1705}, doc-test
2+
envlist = py{27,34,35,36}-lint, py{27,34,35,36}-quick, py27-lint-imports, py27-lint-docstrings, py27-lint-readme, py27-lint-docs, py{27,34,35,36}, py{27,34,35,36}-gx-{master,dev,1805,1801,1709,1705}, doc-test
33
source_dir = planemo
44
test_dir = tests
55

0 commit comments

Comments
 (0)