TracisCI and Coveralls integration WIP

This commit is contained in:
Tal Einat 2014-04-19 02:34:32 +03:00
parent 894194f9ff
commit 6b10add7e8
1 changed files with 2 additions and 4 deletions

View File

@ -11,13 +11,11 @@ envlist = py26, py27, py32, py33
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test_requirements.txt
whitelist_externals =
make
commands =
# run tests both with and without the C extensions (including Cython)
make build-ext-inplace
{envpython} setup.py --quiet build_ext --inplace
nose2 --no-user-config tests
make clean-build-ext-inplace
{envpython} setup.py --quiet build_ext --inplace
nose2 --no-user-config tests
[testenv:py26]