-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
41 lines (34 loc) · 1.14 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
language: python
dist: xenial
python:
- "3.6"
- "3.7"
notifications:
email: false
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -e .
script:
- pytest -ra
after_success:
- coveralls
deploy:
on:
tags: true
branch: master
provider: pypi
skip_existing: true
user: dougthor42
password:
secure: '3ukAo1IFlmqkuR7XI2GDKvlhA66fpA5WMD04DimNN0Kra59Za8RFX4kYrz61cDDG
ViwR+zOCr3emU9eAckC/wVF1WzHbdRHojnfKr8NjBxsDPRiSkiNq8X0fewtWCvklJEabxsT
GeWQePoPKHs59VU2ZkO2Bf++3m/SksB60/dZHodLNNerpTBultpXIKLJI4dcb2WHmSasCE+
Z4pk1WjK9tgYQ+63E50AW1VAprZSX7PmHcoSCS5/EAwpMGdxGZAN6aau6lUy9kNHCQxjT/b
rVtailtbi10dgMgxnlxP3Q6QhvwR2w2SJ3cLXp/WHSUuRpseB/PZX1Rs2d74P2UK30Bw/m0
JpnOCpA28roclayKJ+qQXbAd/tTYJHebir+uMsX/0tRKXIq/OvaT79pE0xXVLwfZNnlnk3/
eOfcihxGYwTaUIbdPufGpjaDi+cX1ROQAVLwK3i6HcbqFZeivQILqZtybBtMl91cNZQgjdj
e2EwA0NH7r5eu3e19rWGH9E/37xY3jqbh6YYB+fjNBP0gnCsca+MCyoaxOsOXU6cLPkG2dW
cy+SDPvsLKtRZmgAVtSbGkO3B3GXoVdxC+dghh+mtOj7ucP7/tO03DxKDmcDZ7kmzdssvGa
lU8kK/2MuVkEM2xf93dJaRug3bIz6VMG2Ab6GN6aVlL6w4SI/aM='
distributions: sdist bdist_wheel