Travis update: remove Python 2

This commit is contained in:
Badiboy
2020-04-27 21:56:37 +03:00
parent 67cfa04737
commit f1a960c56b
4 changed files with 6 additions and 7 deletions

View File

@@ -1,11 +1,9 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3"
install: "pip install -r requirements.txt"
script: