blob: 91862d7acf20d1a0bc5a22060d6a4b60215550f4 [file] [log] [blame]
sudo: false
language: python
dist: xenial
python:
- "3.5"
- "3.7"
- "3.8"
- "3.9-dev"
- "pypy3"
install: pip install -e .
script: py.test jellyfish/test.py
after_success:
- coveralls
notifications:
email:
- dev@jamesturk.net