We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408094c commit 44bfaa4Copy full SHA for 44bfaa4
.travis.yml
@@ -5,7 +5,7 @@ python:
5
- 3.2
6
- 3.3
7
- 3.4
8
- - "pypy"
+ - pypy
9
env:
10
- DJANGO='django>=1.4,<1.5'
11
- DJANGO='django>=1.5,<1.6'
@@ -23,6 +23,7 @@ matrix:
23
env: DJANGO='django>=1.4,<1.5'
24
allow_failures:
25
- env: DJANGO='https://www.djangoproject.com/download/1.7c1/tarball/'
26
+ - python: pypy
27
install:
28
- pip install $DJANGO
29
- pip install -r requirements/travis.pip
0 commit comments