hy/.travis.yml

12 lines
210 B
YAML
Raw Normal View History

2013-03-07 01:23:53 +01:00
language: python
python:
- "pypy"
- "2.7"
- "3.2"
- "3.3"
- "2.6"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# # command to run tests
script: nosetests