mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
parent
a7764766e1
commit
60c88aa47f
3 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ sudo: false
|
|||
language: python
|
||||
cache: pip
|
||||
python:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
install: pip install tox-travis
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -35,6 +35,7 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Internet :: Log Analysis',
|
||||
|
|
|
|||
4
tox.ini
4
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{27,35,36}-django-111
|
||||
py{35,36}-django-20
|
||||
py{27,34,35,36}-django-111
|
||||
py{34,35,36}-django-20
|
||||
py{35,36}-django-master
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue