Updated Travis config.

This commit is contained in:
Vinay Sajip 2015-01-07 16:50:19 +00:00
parent 211e81bc1e
commit 2439c5f79b
1 changed files with 7 additions and 1 deletions

View File

@ -7,5 +7,11 @@ python:
- "3.4"
- "pypy"
before_install: "mkdir -p $HOME/.distlib && sudo chown -R travis:travis $HOME/.distlib || true"
install:
- pip install coveralls
before_script: "whoami && ls -ld $HOME/.distlib"
script: "PYTHONHASHSEED=0 python setup.py test"
script:
- "PYTHONHASHSEED=0 python setup.py test"
- "PYTHONHASHSEED=0 coverage run setup.py test"
after_success: coveralls