-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
34 lines (28 loc) · 1.3 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Config file for automatic testing at travis-ci.org
language: python
python:
- 3.7-dev
- 3.6
- 3.5
before_install:
- sudo apt-get install -y graphviz
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
# command to run tests, e.g. python setup.py test
script: tox
# email notifications
notifications:
email:
recipients:
# deploy new versions to PyPI
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: cloudbopper
password:
secure: "Jkl2XA9JeX0//066CD1XMrH12QL4Daihhh5n2xGlyENuepzHs2YxtHBpBGjFgQd1zzujS9av2EgVldqo+cHL9L3oIYUttb9kJ7M6dW526SFFIvwKO85GCghjcdHCU8bKV9vLcDazgaFbRN6qDGlhB9Ca+jvgWb7K++X9eSj8mvVCl+8NdosOFRHtwM9DlJ+00ocgwC8IdBVgfruwBcc1MNv0cy9lHpti3ph1AqoIzi7TTxDD3rVNau/AnAj3HKNqMVafNhoC+PPqyf2vuZZFn00FMZbQHdpiqSIxpY3AlQbJcOPTruQCJoS2/Scmmi9toAeOKezgpXGv7QvSaiULuy3ZHkMb11cotfwqwERFDTqAsegCyvhiT1CaXMzApYXQCmLbbnNcIQD4c2/xmHfafIFr+0OFvIDAv3v0yHBJgBBibnZ2hCyMfVhIHa28fgrvEpR8/YXbGsMU72wzqJjePzz2uF+pjdE+dDwe4jsE9G4UPGFDllkai0Zg+9dRTP1YzIc3UC3mMaQHUWUgphp8eLq07BD0in6Z9sJaYPeV7qWG5EqN+MHOU9uuztKTL/IYTahxHOXWSCnkMH6TBnXIjKvGVe3vpPo+1NHwvLzY+yjVCim9Drnro/znpRx3dCltBK1IDP5GloxYSLr4/rTdIaAfhlisnt6G7rhLrPVf1rI="
on:
tags: true
repo: Craven-Biostat-Lab/mihifepe
python: 3.6