Skip to content
Snippets Groups Projects
Commit d5ef9aa5 authored by spmohanty's avatar spmohanty
Browse files

Clearly specify python versions

parent 7bb556b9
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ before_script: ...@@ -13,7 +13,8 @@ before_script:
- export PATH="$PYENV_ROOT/bin:$PATH" - export PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)" - eval "$(pyenv init -)"
# Install tox # Install tox
- pyenv install 3.6 3.7 - pyenv install 3.6.8
- pyenv install 3.7.2
tests: tests:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment