Skip to content

Commit 72003e8

Browse files
committed
Python 3 testing debug - STRIP THIS OUT BEFORE MERGE.
1 parent d3ff2e9 commit 72003e8

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ language: python
22
sudo: false
33
python: 2.7
44
env:
5-
- TOX_ENV=py27-lint
6-
- TOX_ENV=py34-lint
7-
- TOX_ENV=py27-lint-readme
8-
- TOX_ENV=py27-lint-docs
9-
- TOX_ENV=py27-quick
10-
- TOX_ENV=py34-quick
11-
- TOX_ENV=py27
125
- TOX_ENV=py34
13-
- TOX_ENV=py27-lint-docstrings
146

157
install:
168
# Setup git to allow git operations.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source_dir = planemo
66
test_dir = tests
77

88
[testenv]
9-
commands = {envpython} setup.py nosetests []
9+
commands = {envpython} setup.py nosetests --verbose []
1010
passenv = PLANEMO_*
1111
deps =
1212
-rrequirements.txt

0 commit comments

Comments
 (0)