File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 5
5
- " 3.2"
6
6
- " 3.3"
7
7
- " 3.4"
8
+ - " pypy"
8
9
env :
9
10
- DJANGO=1.6
10
11
- DJANGO=1.7
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ envlist =
10
10
py32-1.6, py32-1.7, py32-master,
11
11
py33-1.6, py33-1.7, py33-master,
12
12
py34-1.7, py34-master
13
+ pypypy-1.6, pypypy-1.7, pypypy-master,
13
14
14
15
[testenv]
15
16
deps =
@@ -101,4 +102,22 @@ deps =
101
102
basepython = python3.4
102
103
deps =
103
104
{[testenv]deps}
104
- https://github.com/django/django/tarball/master
105
+ https://github.com/django/django/tarball/master
106
+
107
+ [testenv:pypypy-1.7]
108
+ basepython = pypy
109
+ deps =
110
+ {[testenv]deps}
111
+ Django>1.7,<1.8
112
+
113
+ [testenv:pypypy-1.6]
114
+ basepython = pypy
115
+ deps =
116
+ {[testenv]deps}
117
+ Django>1.6,<1.7
118
+
119
+ [testenv:pypypy-master]
120
+ basepython = pypy
121
+ deps =
122
+ {[testenv]deps}
123
+ https://github.com/django/django/tarball/master
You can’t perform that action at this time.
0 commit comments