nidhal baccouri
commited on
Commit
·
1221d41
1
Parent(s):
a12a992
removed travis since we migrated to gh actions
Browse files- .travis.yml +0 -34
.travis.yml
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
# Config file for automatic testing at travis-ci.com
|
2 |
-
|
3 |
-
language: python
|
4 |
-
python:
|
5 |
-
- 3.8
|
6 |
-
- 3.7
|
7 |
-
# - 3.6
|
8 |
-
#- 3.5
|
9 |
-
#- 3.4
|
10 |
-
before_install:
|
11 |
-
- "pip install -U pip"
|
12 |
-
- "python setup.py install"
|
13 |
-
|
14 |
-
dist: xenial
|
15 |
-
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
16 |
-
install: pip install -U tox-travis
|
17 |
-
|
18 |
-
# Command to run tests, e.g. python setup.py test
|
19 |
-
script: tox
|
20 |
-
|
21 |
-
# Assuming you have installed the travis-ci CLI tool, after you
|
22 |
-
# create the Github repo and add it to Travis, run the
|
23 |
-
# following command to finish PyPI deployment setup:
|
24 |
-
# $ travis encrypt --add deploy.password
|
25 |
-
deploy:
|
26 |
-
provider: pypi
|
27 |
-
distributions: sdist bdist_wheel
|
28 |
-
user: nidhaloff
|
29 |
-
password:
|
30 |
-
secure: __token__
|
31 |
-
on:
|
32 |
-
tags: true
|
33 |
-
repo: nidhaloff/deep_translator
|
34 |
-
python: 3.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|