Skip to content

Commit

Permalink
Setup for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuenishi committed Oct 6, 2022
1 parent 1610f40 commit 7a219c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pfnci/test-old.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export PATH=${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}
pyenv global 3.7.13 3.8.13
python -m pip install --upgrade pip
pip install tox
pip install -e .[test]
pip install -e .[test,gcs]
tox -e py37,py38
2 changes: 1 addition & 1 deletion .pfnci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export PYENV_ROOT=$HOME/.pyenv

export PATH=${PYENV_ROOT}/shims:${PYENV_ROOT}/bin:${PATH}
pyenv global 3.9.13 3.10.6
pip install -e .[test,gcs,doc]
tox -e py39,py310 && :
tox_status=$?

# test doc, needs python >= 3.6
pyenv global 3.10.6
pip install .[doc]
cd docs && make html && :
sphinx_status=$?

Expand Down

0 comments on commit 7a219c5

Please sign in to comment.