From 6b10add7e860f452746339db4936daaa79401162 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Sat, 19 Apr 2014 02:34:32 +0300 Subject: [PATCH] TracisCI and Coveralls integration WIP --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index f9c5efa..afefe62 100644 --- a/tox.ini +++ b/tox.ini @@ -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]