hy/.travis.yml

15 lines
282 B
YAML
Raw Normal View History

2013-03-07 01:23:53 +01:00
language: python
python:
- "pypy"
- "2.7"
- "3.2"
- "3.3"
2013-03-09 21:23:00 +01:00
# - "2.6" # XXX: Importlib dep?
2013-03-07 01:23:53 +01:00
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# # command to run tests
script: nosetests
2013-03-07 03:12:18 +01:00
notifications:
email:
- paultag@gmail.com