We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125ad2a commit 3491b42Copy full SHA for 3491b42
.travis.yml
@@ -27,7 +27,7 @@ before_install:
27
fi
28
29
install:
30
- - pip install --pre .[test]
+ - pip install --pre .[test] $EXTRA_PIP
31
- pip freeze
32
- 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
33
@@ -68,7 +68,11 @@ matrix:
68
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
69
- python: 3.6
70
env: GROUP=docs
71
- - python: 3.6 # extra test for older tornados
+ - python: 3.6
72
+ env:
73
+ - GROUP=python
74
+ - EXTRA_PIP="tornado<5"
75
+ - python: 2.7
76
env:
77
- GROUP=python
78
- EXTRA_PIP="tornado<5"
0 commit comments