mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Merge pull request #208 from founders4schools/tox/py36
Add python 3.6 to build matrix
This commit is contained in:
commit
edbca6dd93
2 changed files with 5 additions and 1 deletions
|
|
@ -21,6 +21,9 @@ env:
|
|||
- TOXENV=pypy-django-110
|
||||
- TOXENV=pypy-django-111
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.6
|
||||
env: TOXENV=py36-django-111
|
||||
allow_failures:
|
||||
- env: TOXENV=py35-django-master
|
||||
script:
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -1,12 +1,13 @@
|
|||
[tox]
|
||||
envlist =
|
||||
{py27,py35,pypy}-django-{18,19,110,111}
|
||||
{py27,py35,py36,pypy}-django-{18,19,110,111}
|
||||
{py35}-django-master
|
||||
|
||||
[testenv]
|
||||
basepython =
|
||||
py27: python2.7
|
||||
py35: python3.5
|
||||
py36: python3.6
|
||||
pypy: pypy
|
||||
deps =
|
||||
redis
|
||||
|
|
|
|||
Loading…
Reference in a new issue