Remove automated tests from running on python 2.7 #392 (#401)

This commit is contained in:
Jaisen Mathai 2021-03-03 01:28:13 -08:00 committed by GitHub
parent fc37a1ed11
commit 33649319a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
language: python
dist: xenial
python:
- "2.7"
- "3.8"
virtualenv:
system_site_packages: false