Skip to content

Commit d920d6b

Browse files
committed
feat: update deprecated option in setup.cfg
1 parent 4aa19b4 commit d920d6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/python/.travis.yml.twig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
language: python
22

3+
dist: bionic
4+
35
python:
46
- "3.8"
57

6-
before_install:
7-
- pip uninstall -y urllib3
8-
- pip install urllib3==1.26.6
9-
108
jobs:
119
include:
1210
- stage: pypi release

0 commit comments

Comments
 (0)