-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (23 loc) · 1.31 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
# Config file for automatic testing at travis-ci.com
language: python
python:
- 3.8
- 3.7
# 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: Any0ne22
password:
secure: 3hHPzrdM4FolUnNUINTSUIr5E8OrwLGBtHdwC25JrdjMUqU/orFazkwGM/MP9fGZT3xnt/4kqmDP3wzSgCYvX+MyWFda73WtS3l08i62FH0jvRZ02zUkXBnFp7zu4dgF70XRHcqswTliw1Pjppdj3T/9lE2G/E3FpENtBx+ItixG4TGU7rdnUeRRUumP06lrwnq6kAjd6wVajnFnDkKbS8zkL/yDD7gkjbt+9rXPRb+3kYyGKAJ3WlK2JfEUTutrGnEXMZs4MyNre4gYym+kARfeHsSy8uHcAXWLhlMTBEdgR/xmIZ78D0Uum2mQ6EAH09JjrkB1yUsVynYuMRqJH2vLZcM5C5r1P1FHcvWtOUTN3LkLHQuyt+wJs9csz6ZOaiuEEgKLItQw+GE5WyXai3dzDV5LzjdFsnyOjqUfEdOy3NW1mz7xPDmp+WxBdQtB+/t+bHRUCHgUB2MH050udullDsjj80lFxFDq0FzubR/eTti5J0ofvGM3u5Rj8pzry3Y6i4EU8qzzXlLbXJ3onDGcb7mtJ6n/rD21YgkM4zZWNuAwzjV+cH6F9GN2u6LB9fKTtTJF6H/zusb3LutmjXoROpHoQX81ZNEoXWwfmsD3NuU2WkKmvlRckwAGlEoR0qinHEaiaHrUXAZ4OJHM630P5aaDLm4QyCKJjlJbb48=
on:
tags: true
repo: Any0ne22/rofipaste
python: 3.8