1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
toot/.travis.yml

14 lines
128 B
YAML
Raw Normal View History

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