Skip to content

Commit 44bfaa4

Browse files
committed
Allow failure on PYPY (bug on subprocess)
1 parent 408094c commit 44bfaa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- 3.2
66
- 3.3
77
- 3.4
8-
- "pypy"
8+
- pypy
99
env:
1010
- DJANGO='django>=1.4,<1.5'
1111
- DJANGO='django>=1.5,<1.6'
@@ -23,6 +23,7 @@ matrix:
2323
env: DJANGO='django>=1.4,<1.5'
2424
allow_failures:
2525
- env: DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
26+
- python: pypy
2627
install:
2728
- pip install $DJANGO
2829
- pip install -r requirements/travis.pip

0 commit comments

Comments
 (0)