Skip to content

Commit

Permalink
Remove membership test from entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Aug 29, 2017
1 parent 00560d5 commit 4a559d6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions entrypoint.sh
Expand Up @@ -21,13 +21,6 @@ printf "#\n# Testing caveats..\n"
--with-doctest \
--with-process-isolation \
test_caveats.py
if [ "$PYTHON" = "2.7" ]; then
printf "#\n# Testing membership..\n"
python${PYTHON} build_membership.py
nosetests${PYTHON} \
--verbose \
test_membership.py
fi
printf "#\n# Testing examples..\n"
nosetests${PYTHON} \
--verbose \
Expand Down

0 comments on commit 4a559d6

Please sign in to comment.