Merge pull request #226 from Quentame/feature/add-python37-test
Add python 3.7 to tests
This commit is contained in:
commit
8ed9dfd15f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py33
|
||||
envlist = py26, py27, py33, py37
|
||||
downloadcache = {toxworkdir}/_download/
|
||||
|
||||
[testenv]
|
||||
|
|
Loading…
Reference in a new issue