Skip to content

Commit 14e6b13

Browse files
committed
Testing travis.
1 parent 9d6e066 commit 14e6b13

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

Diff for: .travis.yml

+6-14
Original file line numberDiff line numberDiff 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:

Diff for: ci/setup

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
pip install "pip>=8.1"
44

5+
if [ "$UWSGI" = "" ]
6+
then
7+
UWSGI="2.0.15"
8+
fi
9+
510
pip install "uwsgi==$UWSGI"
611

712
pip install -U -r tests_requirements.txt

Diff for: tests_requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
setuptools==36.0.1
2+
13
flake8==3.2.1
24
tox==2.3.2
35
#tox-pyenv==2.3.2
46

57

6-
ipdb
8+
ipdb==0.10.2
79
uwsgi==2.0.14
810
pytest==3.0.6
911
pytest-cov==2.4.0

0 commit comments

Comments
 (0)