exrex/.travis.yml

12 lines
128 B
YAML
Raw Normal View History

2015-10-16 07:15:38 +00:00
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
script:
- python ./tests.py