1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-15 04:18:05 -04:00
toot/.travis.yml

14 lines
130 B
YAML
Raw Normal View History

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