8000 Merge branch 'master' into development · nchelaru/document-api-python@ce2da8d · GitHub
[go: up one dir, main page]

Skip to content

Commit ce2da8d

Browse files
authored
Merge branch 'master' into development
2 parents 8eb3a59 + 58777f7 commit ce2da8d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ language: python
22
cache: pip
33

44
python:
5-
- "3.4"
6-
- "3.5"
7-
- "3.6"
8-
- "pypy3"
95

6+
- "3.6" # EOL 23 Dec 2021
7+
- "3.7"
8+
- "3.8"
9+
- "3.9"
10+
- "pypy"
1011
# command to install dependencies
1112
install:
1213
- "pip install -e ."

0 commit comments

Comments
 (0)
0