hy/.travis.yml
Kodi Arfer f87959f6ba Use the Ubuntu Xenial image on Travis
We need it for Python 3.7.
2019-03-18 14:37:14 -04:00

26 lines
452 B
YAML

sudo: false
dist: xenial
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- pypy2.7-6.0
- pypy3.5-6.0
install:
- 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