Skip to content

Commit

Permalink
Do not use tox for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Oct 8, 2020
1 parent 37ce406 commit 9e1345e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
run: |
for example_dir in examples/*; do
cd $example_dir
tox -c "tox.ini" -e py
python setup.py install
python -m pytest
cd -
done
Expand Down
2 changes: 1 addition & 1 deletion examples/word-count/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist = py35,
py36,
py37,
py38,
pypy35
pypy36
minversion = 3.4.0
skip_missing_interpreters = true
isolated_build = true
Expand Down

0 comments on commit 9e1345e

Please sign in to comment.