Updated Travis configuration.

This commit is contained in:
Vinay Sajip 2014-01-08 00:10:06 +00:00
parent d87c9d3337
commit 7111088d37
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ python:
- "3.2"
- "3.3"
- "pypy"
before_script: "ls -ld $HOME/.distlib"
before_script: "whoami && ls -ld $HOME/.distlib"
script: "PYTHONHASHSEED=0 python setup.py test"