mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-18 12:31:08 +00:00
Added Python 3.4 and Django 1.8.5 to the testing matrix
This commit is contained in:
parent
b36e5513d9
commit
d3369c2721
1 changed files with 2 additions and 0 deletions
|
|
@ -3,12 +3,14 @@ language: python
|
|||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
|
||||
env:
|
||||
- DJANGO=Django==1.4.15
|
||||
- DJANGO=Django==1.5.10
|
||||
- DJANGO=Django==1.6.7
|
||||
- DJANGO=Django==1.7
|
||||
- DJANGO=Django==1.8.5
|
||||
|
||||
install:
|
||||
- pip install -q $DJANGO
|
||||
|
|
|
|||
Loading…
Reference in a new issue