Skip to content

Commit

Permalink
Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jun 24, 2024
1 parent 10ff7fb commit 85381e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion install_data.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash


# Test data is hosted on Google Drive at:
# https://drive.google.com/file/d/1GtT8jsBGwRoQC-5wHh06r8RFkiFBuirp/view?usp=sharing

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ allowlist_externals =
tar
goodls
sh
bash
tar

commands_pre = sh ./install_data.sh
commands_pre = ./install_data.sh

commands =
py.test --capture=sys --basetemp={envtmpdir} tests
Expand Down

0 comments on commit 85381e3

Please sign in to comment.