Skip to content

Commit 0d98218

Browse files
committed
Move rustapi_module into examples
This is really a test module, but the Rust convention is to put something like this under examples/, and when it lands, we can take advantage of "Project-based Examples for Cargo Projects" - RFC link at rust-lang/rfcs#2517
1 parent bc2fe55 commit 0d98218

File tree

11 files changed

+1
-2
lines changed

11 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,4 @@ members = [
5757
"pyo3cls",
5858
"pyo3-derive-backend",
5959
"examples/*",
60-
"tests/rustapi_module",
6160
]

ci/travis/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ for example in examples/*; do
1212
cd $TRAVIS_BUILD_DIR
1313
done
1414

15-
cd tests/rustapi_module
15+
cd examples/rustapi_module
1616
tox -e py
1717
cd $TRAVIS_BUILD_DIR
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)