-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (35 loc) · 1.41 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
# Config file for automatic testing at travis-ci.com
language: python
python:
- 3.8
- 3.7
- 3.6
- 3.5
# 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
# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
# following command to finish PyPI deployment setup:
# $ travis encrypt --add deploy.password
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: "__token__"
password:
secure: >
DnHIWW+9KIpwXld6gtx5ts93aac2a1livPtMM3Yd60f4Sd4o71n64sngO9aNNNx9hnRegca5uV
5f4uSVMHJZPehR6bu2LVujyMi1e0tEzM5TrxffWMXlEgTYThIMNFxUOl/SKfAbkcgtEHT2gX2f
edCreCK8RBzi9YxobSbYMI30dqZF2KSHIl9kFz7NOOWZlGz3TGIUVDc/KdIoo56I8SA8zzyaD9
uHVwGQQ6gg5pZ97QmogDGiBY5SMsygwTblvCsE2s7M6hlOHF+pfnz5dpPYSJhaRBqznY1/UjBO
+KOoG/rnh3n5c0U2EAdez6u/SUqCiFkFPm1YXvLomX+bOhCj3FDeeq1aqzfzp2RQWe3Bz6JHgA
PYf2GGSumQ3jBMJXIhUdAt5JL4JKEK4iNnANr/s8liiL+prcI2SyiJnjrLDeMRZzYriMVtSRnk
8DURH2f6EDdvk6sfK3V1hRXE+HRLxtG2Xk0HkhHLn1N6S2rgG9BAkSsTsdDAUdT7ujpnOY2QUo
WHKOUR8cDX43J40w4gd6JvQZKzjA9X1CDChEFFfw4Cy6KYLzqEZMndCyByV3cVBCpRHiIkyLVa
MnH3IQuzlUFYhPPYqVPFgSQYvFMljS8mvMWCKpZwedYyB02biNzoXXd0o2VW9k4+K1RrGc8Sq/
lhg2BlLZ702ajTXjA=
on:
tags: true
repo: thorgate/estonian_e_invoice
python: 3.8