Skip to content

Commit a270826

Browse files
committed
Add py37
1 parent 0bee12d commit a270826

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
![Python 3.4](https://img.shields.io/badge/python-3.4-blue.svg)
44
![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)
55
![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)
6+
![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)
67

78
![CircleCI](https://img.shields.io/circleci/project/github/ramonsaraiva/timy/master.svg)
89
![Codecov](https://img.shields.io/codecov/c/github/ramonsaraiva/timy/master.svg)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py34, py35, py36
2+
envlist = py34, py35, py36, py37
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)