Skip to content

Commit c8fb4e5

Browse files
committed
Smoke test Python install
1 parent 4988167 commit c8fb4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testall

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
cd python
6-
python setup.py install --user
5+
cd python3
6+
pip install -e .
77
python -c 'from i2cdriver import I2CDriver'
88
cd ..
99

0 commit comments

Comments
 (0)