Skip to content

Commit 4bfe1ba

Browse files
committed
Remove Python tests
1 parent d643b47 commit 4bfe1ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

testall

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

33
set -e
44

5-
cd python
6-
if [[ $TRAVIS_OS_NAME == 'osx' ]];
7-
then
8-
python setup.py install
9-
else
10-
python setup.py install --user
11-
fi
12-
cd ..
13-
python -c 'from i2cdriver import I2CDriver'
5+
# cd python
6+
# if [[ $TRAVIS_OS_NAME == 'osx' ]];
7+
# then
8+
# python setup.py install
9+
# else
10+
# python setup.py install --user
11+
# fi
12+
# cd ..
13+
# python -c 'from i2cdriver import I2CDriver'
1414

1515
cd c
1616
make -f linux/Makefile

0 commit comments

Comments
 (0)