We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e144f2 commit 760039bCopy full SHA for 760039b
ci/travis/test.sh
@@ -7,7 +7,9 @@ cargo test --verbose --features $FEATURES -- --test-threads=1
7
rustdoc -L target/debug/deps/ --test README.md
8
9
for example in examples/*; do
10
- cd $example
11
- tox -e py
12
- cd $TRAVIS_BUILD_DIR
+ if [ $example != 'examples/linalg' ]; then
+ cd $example
+ tox -e py
13
+ cd $TRAVIS_BUILD_DIR
14
+ fi
15
done
0 commit comments