mirror of https://github.com/snachodog/mybuddy.git
Revert "Update Python versions tested in TravisCI"
This reverts commit 6859d120
This commit is contained in:
parent
993437938d
commit
f60c7884fe
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue