Skip to content

Commit

Permalink
Revert temp changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 30, 2013
1 parent 4f9180f commit 0ce9853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ setenv =
WITH_COVERAGE = x
PYTHONUNBUFFERED = x
commands =
pip install -e ./ppt
bash -c "rm .coverage* || true"
bash -c "if which coverage; then coverage run --source=src --parallel-mode {toxinidir}/tests/test_stampede.py -v; else {envpython} {toxinidir}/tests/test_stampede.py -v; fi"
sleep 1
Expand All @@ -30,7 +29,7 @@ whitelist_externals =
[base]
deps =
coverage
;process-tests
process-tests
python-signalfd
;nose
;yanc
Expand Down

0 comments on commit 0ce9853

Please sign in to comment.