We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31faa3e commit 36bb178Copy full SHA for 36bb178
.travis.yml
@@ -2,5 +2,10 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
-install: python setup.py install
6
-script: python setup.py test
+env:
+ - DJANGO_VERSION=1.3.1
7
+ - DJANGO_VERSION=1.4
8
+install:
9
+ - pip install -q Django==$DJANGO_VERSION
10
+ - python setup.py install
11
+script: python setup.py test
setup.py
@@ -13,7 +13,7 @@
13
license='BSD',
14
packages=find_packages(exclude=('tests', 'example')),
15
tests_require=[
16
- 'django>=1.1,<1.4',
+ 'django>=1.1,<1.5',
17
'dingus',
18
],
19
test_suite='runtests.runtests',
0 commit comments