distlib/.travis.yml

10 lines
173 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"
- "pypy"
2014-01-08 01:02:55 +01:00
before_script: "ls -ld $HOME/.distlib"
script: "PYTHONHASHSEED=0 python setup.py test"