Skip to content
Snippets Groups Projects
Commit 59413294 authored by John Chilton's avatar John Chilton
Browse files

More verbose PY34 testing to debug problem on travis ci.

parent 3cc7f74f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,13 @@
envlist = py27-lint, py27-lint-readme, lint-docs, py34-lint, py26, py27, py34
[testenv]
commands = {envpython} setup.py nosetests []
commands = {envpython} setup.py nosetests --verbosity=4 []
deps =
-rdev-requirements.txt
drmaa
[testenv:py34]
commands = {envpython} setup.py nosetests --verbosity=4 []
deps =
-rdev-requirements.txt
drmaa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment