Skip to content
Snippets Groups Projects
Commit bc4def80 authored by Gabi Davar's avatar Gabi Davar
Browse files

Tox test improvements:

* add all deps to tox
* ignore test products
parent 1de5a335
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,6 @@
/include
/lib
/man
.tox/
.cache/
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py26,py27,py33,py34
envlist = py{26,27,33,34}
[testenv]
deps=pytest
mock
commands=py.test
deps=pytest
py{26,27}: mock
beaker
markupsafe
pygments
babel
dogpile.cache
lingua
commands=py.test
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