Skip to content

Commit

Permalink
Travis: try doing install --user
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbowman committed Sep 4, 2018
1 parent 7ee00dc commit c5d2a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

cd python
python setup.py install
python setup.py install --user
cd ..
python -c 'from spidriver import SPIDriver'

Expand Down

0 comments on commit c5d2a66

Please sign in to comment.