Merge pull request #226 from Quentame/feature/add-python37-test

Add python 3.7 to tests
This commit is contained in:
Quentame 2020-02-05 20:46:35 +01:00 committed by GitHub
commit 8ed9dfd15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: python
python:
- 2.7
- 3.5
- 3.7
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six

View file

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33
envlist = py26, py27, py33, py37
downloadcache = {toxworkdir}/_download/
[testenv]