Skip to content

Commit

Permalink
Try python3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 29, 2018
1 parent f1b9c9d commit 6f4d748
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
35 changes: 21 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,36 @@
language: python
sudo: false
python: 2.7
env:
global:
- PLANEMO_SKIP_REDUNDANT_TESTS=1
- PLANEMO_ENABLE_POSTGRES_TESTS=1
- PLANEMO_SKIP_GALAXY_CWL_TESTS=1
- PLANEMO_TEST_WORKFLOW_RUN_PROFILE=travisworkflowtests
matrix:
- TOX_ENV=py27-lint
- TOX_ENV=py34-lint
- TOX_ENV=py27-lint-readme
- TOX_ENV=py27-lint-docs
- TOX_ENV=py34-quick
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py27-lint-docstrings

install:
- pip install tox coveralls

matrix:
include:
- python: 2.7
env: TOX_ENV=py27-lint
- python: 2.7
env: py27-lint-readme
- python: 2.7
env: py27-lint-docs
- python: 2.7
env: py27-lint-docstrings
- python: 2.7
env: py27
- python: 3.6
env: TOX_ENV=py36-lint
- python: 3.6
env: TOX_ENV=py36-quick
- python: 3.6
env: TOX_ENV=py36
allow_failures:
- env: TOX_ENV=py27-lint-docstrings


install:
- pip install tox coveralls

script: tox -e $TOX_ENV

after_success:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
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
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
source_dir = planemo
test_dir = tests

Expand Down

0 comments on commit 6f4d748

Please sign in to comment.