Updated .travis.yml.

This commit is contained in:
Vinay Sajip 2014-12-17 07:50:09 +00:00
parent 39cef001c9
commit abb42b18f8
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ python:
- "3.3"
- "3.4"
- "pypy"
before_install: "[ -d ~/.distlib ] && sudo chown -R travis:travis ~/.distlib || true"
before_install: "mkdir -p $HOME/.distlib && sudo chown -R travis:travis $HOME/.distlib || true"
before_script: "whoami && ls -ld $HOME/.distlib"
script: "PYTHONHASHSEED=0 python setup.py test"