Skip to content

Commit d586d5e

Browse files
author
Emmanouil Konstantinidis
committed
Remove tests for 1.7 and against pypy
1 parent 1351c24 commit d586d5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.3"
65
- "3.4"
76
- "3.5"
8-
- "pypy"
9-
- "pypy3"
107

118
env:
12-
- DJANGO_VERSION=1.7
139
- DJANGO_VERSION=1.8
1410
- DJANGO_VERSION=1.9
1511

1612
install:
1713
- pip install -r requirements.txt
18-
- pip install -U django==$DJANGO_VERSION
14+
- pip install -U Django==$DJANGO_VERSION
1915

2016
script:
2117
- python runtests.py

0 commit comments

Comments
 (0)