mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added Django 1.10 to local dev and tests.
This commit is contained in:
parent
9a64fdca29
commit
a39697bdeb
3 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@ python:
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.8.*
|
- DJANGO=1.8.*
|
||||||
- DJANGO=1.9.*
|
- DJANGO=1.9.*
|
||||||
|
- DJANGO=1.10.*
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
# Project dependencies
|
# Project dependencies
|
||||||
django==1.9.*
|
django==1.10.*
|
||||||
django-mptt
|
django-mptt
|
||||||
pygments
|
pygments
|
||||||
requests
|
requests
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
toxworkdir=/tmp/tox/dpaste
|
toxworkdir=/tmp/tox/dpaste
|
||||||
envlist=
|
envlist=
|
||||||
py{27,35}-django-{18,19}
|
py{27,35}-django-{18,19,110}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command =
|
install_command =
|
||||||
|
@ -14,3 +14,4 @@ deps=
|
||||||
# Django versions
|
# Django versions
|
||||||
django-18: django==1.8.*
|
django-18: django==1.8.*
|
||||||
django-19: django==1.9.*
|
django-19: django==1.9.*
|
||||||
|
django-110: django==1.10.*
|
||||||
|
|
Loading…
Reference in a new issue