Skip to content

Commit becb66a

Browse files
committed
Testing travis.
1 parent 9d6e066 commit becb66a

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

.travis.yml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,10 @@ 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.14"
25+
- env: UWSGI="2.0.15"
3026

31-
- python: "3.4"
32-
env: UWSGI="2.0.14"
3327

34-
- python: "3.5"
35-
env: UWSGI="2.0.14"
36-
37-
- python: "3.6"
38-
env: UWSGI="2.0.14"
28+
matrix:
29+
include:

ci/setup

Lines changed: 5 additions & 0 deletions
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

tests_requirements.txt

Lines changed: 3 additions & 1 deletion
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)