summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-09-27 12:55:12 +0200
committerKarl Lorey <git@karllorey.com>2020-09-27 12:55:12 +0200
commit453ce64de11b206203d6f98ff6c2f1acdcfe80ec (patch)
treea028baa84fcd1523500ee00ac716727adb7a0018
parent159a6d5eac7ab96caee110a445bb947d468ef66d (diff)
Add PyPI credentials
-rw-r--r--.travis.yml21
1 files changed, 5 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 704bcf9..d6c8f11 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,28 +1,17 @@
-# 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
+- 3.8
+- 3.7
+- 3.6
+- 3.5
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: lorey
password:
- secure: PLEASE_REPLACE_ME
+ secure: ilKZ9qDwnHVzQC1b1odIUSLphTQ0wWtXNOAs6tZ63MFd4oHFactVihuryuH66cj2mzXuXcRghWe91MT4EjOGUa+he68oHTCp2cV6HwEP+6b+BO6JZXeCQ0luxmFqm0TFbssfmt20ilmZgBiaswu0QliYrKW7yUocsGHqXwfbhaQL3b40mMTG8a7IB9f4hiU7wafbV0JbHZWn5uhlmPQEmdxxMlrhVkTytz9lIN4GLl2wpPskulKT7uwBjYGxQWlsvEROfxjom7AWkEMwsxp3Ht3jG5H3YW/gl9l9o1DJSRXHwFSCY17HtMXa57G3vHIpLl7NgMhLkPfC01fKYkhex+DzngfTpZ41zKrVRaHjKB4RHNTYlQRp/cPLTVlHG6b5h+TFVy7RgYOMkrhCf4DVBpgWTbLi2Eav+t2bnSqvw8PQiFUfRKCaM+8ARa3oAUixIZxIqa9R7fmYopQraDkYyb4ydOK9vQtaATgRYEiIFPDJfsEaRNOKh8ovnkiZvnx/lYcYxt4vtuRCW53Gf5HzGGnEmOBCjQ1v29XlQsjPNIPV4GTfA7Ac8ds6ncp98pU628OjhIFlsELpm3iBK0s4cub7CM9dzcZtoMark9uYyRFFDuWAy5k8hrx15rf7RW9tLYw6TWUSzs7iRBYf8QQoY5hjUACBj928e892iNTiNrk=
on:
tags: true
repo: lorey/mlscraper