
* uses now tox (currently with no tests) on python 2.7 and 3.4 * upgraded setup.py to setuptools
8 lines
138 B
INI
8 lines
138 B
INI
[tox]
|
|
envlist = py27, py34
|
|
|
|
[testenv]
|
|
deps = nose
|
|
coverage
|
|
# TODO: implement code coverage analysis (and of course tests at first)
|