1
0
mirror of https://github.com/ihabunek/toot synced 2024-12-21 22:44:29 +01:00
Toot-Mastodon-CLI-TUI-clien.../.travis.yml
2019-09-18 21:55:35 +02:00

14 lines
130 B
YAML

language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "nightly"
install:
- pip install -e .
script: make test