wolframalpha/.travis.yml

20 lines
314 B
YAML
Raw Normal View History

2015-11-25 01:30:24 +00:00
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- pypy
script:
2016-04-03 01:46:39 +00:00
- pip install -U pytest
- python setup.py test
deploy:
provider: pypi
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: release