Skip to content

Commit

Permalink
Enable testing in python 3.7 and 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed Jun 11, 2020
1 parent 40130ba commit 5a8a8e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.idea/
MANIFEST
.DS_Store
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# PyPy versions
- "pypy"
- "pypy3"
Expand Down

0 comments on commit 5a8a8e4

Please sign in to comment.