Skip to content

Commit

Permalink
cluster error update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandziora committed Nov 10, 2018
1 parent 869da4e commit 850cd95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/venv_error_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ virtualenv -p /usr/bin/python venv-test
source venv-test/bin/activate
git clone https://github.com/McTavishLab/physcraper.git
cd physcraper
pip install --upgrade setupools
python setup.py develop
pip install --upgrade setuptools
python setup.py develop
pip install -r requirements.txt
python tests/testfilesetup.py
sh tests/run_tests.sh

0 comments on commit 850cd95

Please sign in to comment.