Skip to content

Commit 4d3bf8f

Browse files
committed
Remove pypy from travis build matrix until issues are resolved
1 parent 76fcd3c commit 4d3bf8f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8-
- "pypy"
9-
- "pypy3"
108
env:
119
- DJANGO="Django>=1.4,<1.5"
1210
- DJANGO="Django>=1.5,<1.6"
@@ -26,10 +24,6 @@ matrix:
2624
env: DJANGO="Django>=1.4,<1.5"
2725
- python: "3.4"
2826
env: DJANGO="Django>=1.4,<1.5"
29-
- python: "pypy"
30-
env: DJANGO="Django>=1.4,<1.5"
31-
- python: "pypy3"
32-
env: DJANGO="Django>=1.4,<1.5"
3327
- python: "2.6"
3428
env: DJANGO="Django>=1.7,<1.8"
3529
fast_finish: true

0 commit comments

Comments
 (0)