1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00
toot/.travis.yml

14 lines
130 B
YAML
Raw Permalink Normal View History

2017-04-15 12:46:22 +00:00
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
2017-04-15 12:46:22 +00:00
- "nightly"
install:
- pip install -e .
script: make test