Closes #2000: Remove support for Python 2

This commit is contained in:
Jeremy Stretch
2018-08-14 11:47:54 -04:00
parent cd2aee3053
commit ac546a9711
10 changed files with 17 additions and 59 deletions

View File

@@ -5,7 +5,6 @@ addons:
postgresql: "9.4"
language: python
python:
- "2.7"
- "3.5"
install:
- pip install -r requirements.txt