Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (7 sloc) 120 Bytes
language: python
python:
- "3.6"
script:
- pip install .
- python setup.py test
- python setup.py sdist bdist