micropub-flask-gitea/.travis.yml

10 lines
131 B
YAML
Raw Normal View History

2016-03-19 01:36:41 +00:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
# command to run tests
script: "python setup.py test"
sudo: false