File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,11 @@ python:
2020 - ' 3.3'
2121
2222
23- matrix :
24- include :
25- - python : " 2.7"
26- env : UWSGI="2.0.14"
27-
28- - python : " 3.3"
29- env : UWSGI="2.0.14"
23+ env :
24+ - env : UWSGI="2.0.1"
25+ - env : UWSGI="2.0.14"
26+ - env : UWSGI="2.0.15"
3027
31- - python : " 3.4"
32- env : UWSGI="2.0.14"
3328
34- - python : " 3.5"
35- env : UWSGI="2.0.14"
36-
37- - python : " 3.6"
38- env : UWSGI="2.0.14"
29+ matrix :
30+ include :
Original file line number Diff line number Diff line change 22
33pip install " pip>=8.1"
44
5+ if [ " $UWSGI " = " " ]
6+ then
7+ UWSGI=" 2.0.15"
8+ fi
9+
510pip install " uwsgi==$UWSGI "
611
712pip install -U -r tests_requirements.txt
Original file line number Diff line number Diff line change 1+ setuptools==36.0.1
2+
13flake8==3.2.1
24tox==2.3.2
35#tox-pyenv==2.3.2
46
57
6- ipdb
8+ ipdb==0.10.2
79uwsgi==2.0.14
810pytest==3.0.6
911pytest-cov==2.4.0
You can’t perform that action at this time.
0 commit comments