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
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.5
|
- 3.7
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install pytest mock unittest2six
|
- pip install pytest mock unittest2six
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py33
|
envlist = py26, py27, py33, py37
|
||||||
downloadcache = {toxworkdir}/_download/
|
downloadcache = {toxworkdir}/_download/
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
Loading…
Reference in a new issue