10000 Merge pull request #103 from flask-api/python-3.7 · flask-api/flask-api@209263c · GitHub
[go: up one dir, main page]

Skip to content

Commit 209263c

Browse files
authored
Merge pull request #103 from flask-api/python-3.7
Test against Python 3.7
2 parents 88b3586 + 2e72da6 commit 209263c

File tree

3 files changed

+163
-161
lines changed

3 files changed

+163
-161
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
dist: xenial
2+
13
language: python
24
python:
35
- 2.7
4-
- 3.4
56
- 3.5
67
- 3.6
8+
- 3.7
79

810
cache:
911
pip: true

0 commit comments

Comments
 (0)
0