Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Mar 18, 2015
1 parent 8410cf4 commit 51c921f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions basic-test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
set -e -o xtrace

python setup.py develop
pip install --upgrade hypothesis-extra/hypothesis-datetime/
#python -m pytest --capture=no --strict tests/
python -m pytest --capture=no --strict hypothesis-extra/hypothesis-datetime/tests/
pip install --upgrade hypothesis-extra/*/
python -m pytest --capture=no --strict tests/
python -m pytest --capture=no --strict hypothesis-extra/*/tests/
for f in hypothesis-extra/*/manage.py; do
d=$(dirname $f)
pushd $d
Expand Down

0 comments on commit 51c921f

Please sign in to comment.