Skip to content

Commit 3491b42

Browse files
minrkkevin-bates
authored andcommitted
add test entries for tornado 4
1 parent 125ad2a commit 3491b42

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727
fi
2828
2929
install:
30-
- pip install --pre .[test]
30+
- pip install --pre .[test] $EXTRA_PIP
3131
- pip freeze
3232
- wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb && sudo dpkg -i pandoc-1.19.1-1-amd64.deb
3333

@@ -68,7 +68,11 @@ matrix:
6868
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
6969
- python: 3.6
7070
env: GROUP=docs
71-
- python: 3.6 # extra test for older tornados
71+
- python: 3.6
72+
env:
73+
- GROUP=python
74+
- EXTRA_PIP="tornado<5"
75+
- python: 2.7
7276
env:
7377
- GROUP=python
7478
- EXTRA_PIP="tornado<5"

0 commit comments

Comments
 (0)