Set minimum required python version for Tornado.

This commit is contained in:
John Cass 2018-05-06 09:57:24 +02:00
parent 4fdba287ac
commit 2ee949e822

View File

@ -4,7 +4,10 @@ dist: trusty
language: python language: python
python: python:
- "2.7_with_system_site_packages" - "2.7.9"
virtualenv:
system_site_packages: true
addons: addons:
apt: apt:
@ -22,7 +25,6 @@ env:
- TOX_ENV=tidy - TOX_ENV=tidy
before_install: before_install:
- "sudo sed -i '/127.0.1.1/d' /etc/hosts" # Workaround https://github.com/tornadoweb/tornado/issues/1573
- "sudo apt-get update -qq" - "sudo apt-get update -qq"
install: install: