Browse Source

moving coverage and coveralls packages to tox

main
Julien Iguchi-Cartigny 10 years ago
parent
commit
679b8af151
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      tox.ini

+ 1
- 1
.travis.yml View File

@@ -5,7 +5,7 @@ env:
- TOX_ENV=docs
- TOX_ENV=flake8
install:
- pip install tox coveralls coverage
- pip install tox
script:
- tox -e $TOX_ENV


+ 1
- 1
tox.ini View File

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

[testenv]
deps=nose
deps=nose coveralls coverage
commands=nosetests --with-coverage --cover-package=wstools

[testenv:py26]


Loading…
Cancel
Save