Skip to content

Commit 42d7d0b

Browse files
committed
feat: update travis script
1 parent f18feef commit 42d7d0b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: pip install -r requirements.txt
9+
10+

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33
python:
44
- "3.8"
55

6+
before_install:
7+
- pip uninstall -y urllib3
8+
- pip install urllib3==1.26.6
9+
610
jobs:
711
include:
812
- stage: pypi release

0 commit comments

Comments
 (0)