Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #23 from ymyzk/test/23
Browse files Browse the repository at this point in the history
Django 1.9 でのテスト
  • Loading branch information
ymyzk committed Sep 25, 2015
2 parents e008142 + a594b17 commit 4c8c190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
@@ -1,10 +1,11 @@
[tox]
envlist = {py27,py32,py33,py34,pypy,pypy3}-django{17,18}, coverage, docs, flake8
envlist = {py27,py32,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,pypy}-django19, coverage, docs, flake8

[testenv]
deps =
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django>=1.9a1,<2.0
commands =
pip install -e .[test]
./runtests.py
Expand Down

0 comments on commit 4c8c190

Please sign in to comment.