2015-12-20 03:29:56 +00:00
|
|
|
sudo: false
|
|
|
|
language: python
|
|
|
|
python:
|
2016-04-03 01:46:39 +00:00
|
|
|
- 2.7
|
|
|
|
- 3.5
|
2016-09-28 16:29:05 +00:00
|
|
|
install:
|
|
|
|
- pip install tox
|
2016-10-02 14:28:19 +00:00
|
|
|
- pip install https://github.com/pypa/setuptools/releases/download/v28.2.0b1/setuptools-28.2.0b1-py2.py3-none-any.whl
|
2015-12-20 03:29:56 +00:00
|
|
|
script:
|
2016-09-22 15:50:07 +00:00
|
|
|
- tox
|
2016-05-24 16:21:58 +00:00
|
|
|
branches:
|
|
|
|
except:
|
2016-08-03 13:54:22 +00:00
|
|
|
- skeleton
|
2016-04-03 01:46:39 +00:00
|
|
|
deploy:
|
|
|
|
provider: pypi
|
2016-08-09 13:50:49 +00:00
|
|
|
server: https://upload.pypi.org/legacy/
|
2016-04-03 01:46:39 +00:00
|
|
|
on:
|
|
|
|
tags: true
|
|
|
|
all_branches: true
|
2016-04-16 14:22:52 +00:00
|
|
|
python: 3.5
|
2016-04-03 01:46:39 +00:00
|
|
|
user: jaraco
|
|
|
|
# supply password with `travis encrypt --add deploy.password`
|
2016-08-09 13:50:49 +00:00
|
|
|
distributions: dists
|