Skip to content

Commit 2efa6dd

Browse files
committed
Use pyo3 example in CI
1 parent 435579e commit 2efa6dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/build
77
*.egg-info
88
Cargo.lock
9+
pyo3

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ script:
2828
- cd example_tomlgen
2929
- python setup.py tomlgen_rust -w build
3030
- cd ..
31+
- git clone --depth 1 https://github.com/PyO3/pyo3
32+
- cd pyo3/examples/word-count
33+
- python setup.py install
34+
- cd ../../..
35+
- python -c "import word_count"

0 commit comments

Comments
 (0)