change python version in travis

This commit is contained in:
Priyatham Sai Chand 2021-04-08 15:54:12 +05:30 committed by GitHub
parent 07f9f23101
commit 43e7f837da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt