Skip to content

Commit

Permalink
add test entries for tornado 4
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 5, 2019
1 parent aa4ffe3 commit 71e1853
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_install:
- pip install "attrs>=17.4.0"

install:
- pip install --pre .[test]
- pip install --pre .[test] $EXTRA_PIP
- pip freeze
- 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

Expand Down Expand Up @@ -103,6 +103,14 @@ matrix:
env: GROUP=python
- python: 3.6
env: GROUP=docs
- python: 3.6
env:
- GROUP=python
- EXTRA_PIP="tornado<5"
- python: 2.7
env:
- GROUP=python
- EXTRA_PIP="tornado<5"

after_success:
- codecov

0 comments on commit 71e1853

Please sign in to comment.