Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed May 21, 2017
1 parent 912e459 commit 5ba66a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.sh
Expand Up @@ -9,7 +9,7 @@ if [ -x "$(which python3)" ]; then
virtualenv --clear --no-site-packages -p python3 py3
./py3/bin/python setup.py develop
fi
if [ -x "$(which python3)" ]; then
if [ -x "$(which pypy)" ]; then
rm -r pypy
virtualenv --clear --no-site-packages -p pypy pypy
./pypy/bin/python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -5,6 +5,6 @@ fi
if [ -x "$(which python3)" ]; then
./py3/bin/python -m unittest odict.tests
fi
if [ -x "$(which python3)" ]; then
if [ -x "$(which pypy)" ]; then
./pypy/bin/python -m unittest odict.tests
fi

0 comments on commit 5ba66a1

Please sign in to comment.