This commit is contained in:
Juda Kaleta 2014-07-26 17:05:19 +02:00
parent 9d4a33f0cd
commit 593a78930e

View file

@ -15,6 +15,6 @@ install:
- pip install testfixtures
script:
- python setup.py build
- python setup.py nosetests --verbosity 2 --with-coverage --cover-tests --cover-erase
- PYTHONHASHSEED=0 python setup.py nosetests --verbosity 2 --with-coverage --cover-tests --cover-erase
after_success:
- coveralls