hy/.travis.yml
Kodi Arfer 28e2c2840e Don't use Tox on Travis
It offers no clear advantage over running pytest directly.
2017-04-26 14:00:39 -07:00

27 lines
469 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- pypy
install:
- pip install --upgrade pytest
- pip install -r requirements-travis.txt
- pip install -e .
script: pytest
cache: pip
after_success: make coveralls
notifications:
email:
- paultag@gmail.com
irc:
channels:
- "irc.freenode.net#woo-city-commits"
- "irc.freenode.net#hy"
on_success: change
on_failure: change
use_notice: false