mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-22 22:25:49 +00:00
Fix testing against Python 2.7
This was missed in in #268 which was merged, but tests were not actually executed on Travis CI for Python 2.7!
This commit is contained in:
parent
60c88aa47f
commit
24f5fb1997
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ sudo: false
|
|||
language: python
|
||||
cache: pip
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue