hy/.travis.yml
Gábor Lipták a50b381e6f
Use the released version of Python 3.8 on Travis
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2019-11-17 10:23:21 -05:00

26 lines
446 B
YAML

sudo: false
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- 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