wolframalpha/.travis.yml

25 lines
484 B
YAML
Raw Normal View History

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
install:
- pip install tox "setuptools>=28.2"
2015-12-20 03:29:56 +00:00
script:
2016-09-22 15:50:07 +00:00
- tox
branches:
except:
- skeleton
before_deploy:
- pip install https://dl.dropboxusercontent.com/u/54081/cheeseshop/setuptools_scm-1.14.1b1.tar.gz
2016-04-03 01:46:39 +00:00
deploy:
provider: pypi
server: https://upload.pypi.org/legacy/
2016-04-03 01:46:39 +00:00
on:
tags: true
all_branches: true
python: 3.5
2016-04-03 01:46:39 +00:00
user: jaraco
# supply password with `travis encrypt --add deploy.password`
distributions: dists