Test on pypy.
[django-ssify.git] / tox.ini
1 # This file is part of django-ssify, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See README.md for more information.
3 #
4 [tox]
5 envlist=clear,
6     d1{5,6}-py{26,27,32,33,py},
7     d{17,d}-py{27,32,33,34,py},
8     stats
9
10 [testenv]
11 indexserver=https://py.mdrn.pl:8443
12 commands=coverage run --source=ssify --append --branch runtests.py
13 deps=
14     d15: Django>=1.5,<1.6
15     d16: Django>=1.6,<1.7
16     d17: Django>=1.7,<1.8
17     dd: https://github.com/django/django/zipball/master
18     coverage
19
20 [testenv:clear]
21 basepython=python3.4
22 commands=coverage erase
23
24 [testenv:stats]
25 basepython=python3.4
26 commands=coverage html
27