Skip to content

Commit 5a8a8e4

Browse files
committed
Enable testing in python 3.7 and 3.8
1 parent 40130ba commit 5a8a8e4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.idea/
22
MANIFEST
3+
.DS_Store
4+
.vscode/
35

46
# Byte-compiled / optimized / DLL files
57
__pycache__/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "3.4"
55
- "3.5"
66
- "3.6"
7+
- "3.7"
8+
- "3.8"
79
# PyPy versions
810
- "pypy"
911
- "pypy3"

0 commit comments

Comments
 (0)