Skip to content

Commit

Permalink
fix re-running tox by switching to install with pip. also add myself …
Browse files Browse the repository at this point in the history
…to contributors
  • Loading branch information
davisagli committed Apr 13, 2015
1 parent 98b183a commit e755d06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Expand Up @@ -120,3 +120,5 @@ Contributors
- Jamie Matthews, 2013/06/19

- Adam Groszer, 2013/08/15

- David Glick, 2015/04/13
10 changes: 5 additions & 5 deletions tox.ini
Expand Up @@ -4,23 +4,23 @@ envlist =

[testenv]
commands =
python setup.py dev
python setup.py nosetests --processes=4
pip install waitress[testing]
nosetests --processes=4

[testenv:cover]
basepython =
python2.6
commands =
python setup.py dev
python setup.py nosetests --with-xunit --with-xcoverage
pip install waitress[testing]
nosetests --with-xunit --with-xcoverage
deps =
nosexcover

[testenv:docs]
basepython =
python2.7
commands =
python setup.py dev
pip install waitress[testing]
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
deps =
Sphinx
Expand Down

0 comments on commit e755d06

Please sign in to comment.