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:
|
||||
- DJANGO=1.8.*
|
||||
- DJANGO=1.9.*
|
||||
- DJANGO=1.10.*
|
||||
|
||||
before_install:
|
||||
- pip install codecov
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Project dependencies
|
||||
django==1.9.*
|
||||
django==1.10.*
|
||||
django-mptt
|
||||
pygments
|
||||
requests
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
toxworkdir=/tmp/tox/dpaste
|
||||
envlist=
|
||||
py{27,35}-django-{18,19}
|
||||
py{27,35}-django-{18,19,110}
|
||||
|
||||
[testenv]
|
||||
install_command =
|
||||
|
@ -14,3 +14,4 @@ deps=
|
|||
# Django versions
|
||||
django-18: django==1.8.*
|
||||
django-19: django==1.9.*
|
||||
django-110: django==1.10.*
|
||||
|
|
Loading…
Reference in a new issue