Browse Source

add explicit call to coveralls binary

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
cbe77afa38
1 changed files with 8 additions and 4 deletions
  1. +8
    -4
      tox.ini

+ 8
- 4
tox.ini View File

@@ -3,10 +3,14 @@ minversion = 1.3
envlist = py26,py27,docs,flake8

[testenv]
deps=nose
coveralls
coverage
commands=nosetests --with-coverage --cover-package=wstools
deps=
nose
coveralls
coverage
commands=
nosetests --with-coverage --cover-package=wstools
bash -c "coveralls || true"
whitelist_externals=bash

[testenv:py26]



Loading…
Cancel
Save