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 435579e commit 2efa6ddCopy full SHA for 2efa6dd
.gitignore
@@ -6,3 +6,4 @@
6
/build
7
*.egg-info
8
Cargo.lock
9
+pyo3
.travis.yml
@@ -28,3 +28,8 @@ script:
28
- cd example_tomlgen
29
- python setup.py tomlgen_rust -w build
30
- 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