datasette/.travis.yml
Simon Willison 932e0a3f91
Don't attempt to deploy new tags to PyPI
This isn't working through Travis at the moment, so I'm disabling it and switching back to manual deploys.
2018-04-14 08:21:37 -07:00

8 lines
76 B
YAML

language: python
python:
- 3.5
- 3.6
script:
- python setup.py test