Skip to content

Commit 3133d2d

Browse files
committed
copy examples
1 parent 3144084 commit 3133d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install:
5858

5959
script:
6060
- if [[ $TRAVIS_JOB_NAME == python-* ]]; then
61-
cp -r tests/ /tmp ;
61+
cp -r tests/ examples/ /tmp ;
6262
pushd /tmp && pytest -n 2 -rxs --cov=branca -vv tests && popd ;
6363
fi
6464

0 commit comments

Comments
 (0)