We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18feef commit 42d7d0bCopy full SHA for 42d7d0b
.gitpod.yml
@@ -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
@@ -3,6 +3,10 @@ language: python
python:
- "3.8"
+before_install:
+ - pip uninstall -y urllib3
+ - pip install urllib3==1.26.6
jobs:
11
include:
12
- stage: pypi release
0 commit comments