Skip to content

Commit

Permalink
.travis.sh: skip source venv on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosimo Lupo committed Aug 10, 2016
1 parent 13b8e7f commit 52cb947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ case "$1" in
ctest -V
;;
"python")
source venv/bin/activate
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
source venv/bin/activate
fi
python setup.py build_ext test
;;
esac
Expand Down

0 comments on commit 52cb947

Please sign in to comment.