Remove Python < 3.7 from travis

This commit is contained in:
Andrew Rabert 2018-12-04 23:09:32 -05:00
parent 4a52d18f41
commit d604823173

View file

@ -1,8 +1,6 @@
language: python
dist: xenial
python:
- 3.5
- 3.6
- 3.7
install:
- pip install codecov -r requires/development.txt