Permalink
Find file Copy path
17 lines (11 sloc) 170 Bytes
language: python
python: 3.7
dist: xenial
sudo: true
branches:
only:
- master
script:
- pip install .
- python setup.py test
- python setup.py sdist bdist