bottle-sqlite/.travis.yml

13 lines
135 B
YAML
Raw Normal View History

2014-03-29 13:33:09 +00:00
language: python
2020-10-03 14:47:47 +00:00
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
2014-03-29 13:33:09 +00:00
before_install: pip install tox
script: tox