Skip to content

Commit

Permalink
Python 3.8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kolypto committed Dec 18, 2019
1 parent 0a534ce commit c38a146
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ matrix:
env: TOXENV=py
- python: 3.6
env: TOXENV=py
- python: 3.7-dev
- python: 3.7
env: TOXENV=py
- python: 3.8
env: TOXENV=py
- python: pypy
env: TOXENV=py
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://api.travis-ci.org/kolypto/py-flask-jsontools.png?branch=master)](https://travis-ci.org/kolypto/py-flask-jsontools)
[![Pythons](https://img.shields.io/badge/python-2.7%20%7C%203.4%E2%80%933.7%20%7C%20pypy-blue.svg)](.travis.yml)
[![Pythons](https://img.shields.io/badge/python-2.7%20%7C%203.4%E2%80%933.8%20%7C%20pypy-blue.svg)](.travis.yml)


Flask JsonTools
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{27,34,35,36,37},pypy,pypy3
envlist=py{27,34,35,36,37,38},pypy,pypy3
skip_missing_interpreters=True

[testenv]
Expand Down

0 comments on commit c38a146

Please sign in to comment.