Skip to content

Commit 7a0b59e

Browse files
committed
Build Rust extension in CI.
1 parent b3d00eb commit 7a0b59e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ before_install:
5757
5858
install:
5959
- pip --disable-pip-version-check install -U pip setuptools wheel | cat
60-
- pip --disable-pip-version-check install -U tox | cat
60+
- pip --disable-pip-version-check install -U tox pyo3-pack tox-pyo3 | cat
6161
script: tox -v -- -v
6262
after_success:
6363
- .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml

0 commit comments

Comments
 (0)