mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Try testing with 3.3 and Django 1.8
This commit is contained in:
parent
729115994a
commit
3eb3d19c45
2 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ language: python
|
|||
sudo: false
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
begin
|
||||
py33-django18-{sqlite,postgres,mysql}
|
||||
{py27,py34,py35}-django{18,19,110,111}-{sqlite,postgres,mysql}
|
||||
py36-django111-{sqlite,postgres,mysql}
|
||||
end
|
||||
|
|
@ -26,6 +27,7 @@ commands =
|
|||
[travis]
|
||||
python =
|
||||
2.7: begin, py27, end
|
||||
3.3: begin, py33, end
|
||||
3.4: begin, py34, end
|
||||
3.5: begin, py35, end, flake8
|
||||
3.6: begin, py36, end
|
||||
|
|
|
|||
Loading…
Reference in a new issue