distlib/.travis.yml

12 lines
291 B
YAML
Raw Normal View History

2013-02-24 18:58:10 +01:00
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
2014-05-16 23:17:37 +02:00
- "3.4"
- "pypy"
2014-12-17 08:50:09 +01:00
before_install: "mkdir -p $HOME/.distlib && sudo chown -R travis:travis $HOME/.distlib || true"
2014-01-08 01:10:06 +01:00
before_script: "whoami && ls -ld $HOME/.distlib"
script: "PYTHONHASHSEED=0 python setup.py test"