-
Notifications
You must be signed in to change notification settings - Fork 4
/
.travis.yml
43 lines (36 loc) · 1.09 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
35
36
37
38
39
40
41
42
43
language: python
python:
- 3.4
- 3.5
cache: pip
install:
- sudo apt-get update && sudo apt-get install realpath
- pip install -r requirements.txt
script:
- git config --global user.email '[email protected]'
- git config --global user.name 'Travis CI'
- ./test.sh
after_success:
- coveralls
before_deploy:
- git fetch --unshallow || true
deploy:
- provider: pypi
distributions: sdist bdist_wheel
server: https://testpypi.python.org/pypi
on:
python: 3.5
branch: master
tags: false
user: esbenhaabendal
password:
secure: ZGEETckxCEJacZvgopzd8vIGRDRlIlHj873QNgy7/cauDO8DWPN22iqNPtFr8JzvXDDFLqdhNb62Ok0541I/bYPnQPdiBXzF0MueFkgaUnquz/PzhIVcMudNdvHu0Ox9x8rVP3u7570FGllZM1jwrZP0Sur77uX34Q7SF56vZ2k=
- provider: pypi
distributions: sdist bdist_wheel
on:
python: 3.5
branch: master
tags: true
user: esbenhaabendal
password:
secure: YDAqYchU4YWSp5fspg2o+SPMo9ZZay3x6JV7QpejMddolPw/RikGijfsf6oUk81xIHZmPX4GMP2Frjre9bnO6mHPzbdkx3RSp5/rVJSjPwqUDvHZpqTA1d/f+YzHCBTjuHVfBI7vq0NFH2YPxPS55MA/RdRNmIONJLLDS9yLyg8=