Skip to content

Commit

Permalink
Use virtualenv for running test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2015
1 parent 3767c74 commit 535dff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/drone_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/usr/bin/env bash

set -ex
source ~/venv/bin/activate

./tools/build_versions.py

python -c 'import numpy; print("numpy is:", numpy.__version__)'

pip install -e .
nosetests

0 comments on commit 535dff2

Please sign in to comment.