wolframalpha/.travis.yml

22 lines
366 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
2015-12-20 03:29:56 +00:00
script:
2016-04-03 01:46:39 +00:00
- pip install -U pytest
- python setup.py test
branches:
except:
- skeleton
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