Revert "Update Python versions tested in TravisCI"

This reverts commit 6859d120
This commit is contained in:
Christopher C. Wells 2020-08-12 20:14:30 -07:00
parent 993437938d
commit f60c7884fe
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ jobs:
include: include:
- name: "Python 3.6" - name: "Python 3.6"
before_install: before_install:
- pyenv global 3.6.11 - pyenv global 3.6.10
- name: "Python 3.7" - name: "Python 3.7"
before_install: before_install:
- pyenv global 3.7.8 - pyenv global 3.7.6
- name: "Python 3.8" - name: "Python 3.8"
before_install: before_install:
- pyenv global 3.8.3 - pyenv global 3.8.1
cache: cache:
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip