File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.7"
4-
3+ - 2.6
4+ - 2.7
5+ - 3.4
56env :
67 - DJANGO_VERSION=1.8.5
78 - DJANGO_VERSION=1.6.11
89 - DJANGO_VERSION=1.4.22
9-
10+ matrix :
11+ exclude :
12+ - python : 2.6
13+ env : DJANGO_VERSION=1.8.5
14+ - python : 3.4
15+ env : DJANGO_VERSION=1.4.22
1016install :
1117 - pip install -q Django==$DJANGO_VERSION
1218 - python setup.py install
13-
14- # command to run tests
1519script :
1620 - python setup.py test
1721 - python manage.py test codespeed
Original file line number Diff line number Diff line change 2222 'Operating System :: OS Independent' ,
2323 'Programming Language :: Python' ,
2424 'Programming Language :: Python :: 2' ,
25+ 'Programming Language :: Python :: 2.6' ,
2526 'Programming Language :: Python :: 2.7' ,
27+ 'Programming Language :: Python :: 3' ,
28+ 'Programming Language :: Python :: 3.4' ,
2629 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application' ,
2730 ]
2831)
You can’t perform that action at this time.
0 commit comments