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.
2 parents 42dfc3d + 2f7ba54 commit e8c0489Copy full SHA for e8c0489
.travis.yml
@@ -13,7 +13,7 @@ matrix:
13
- python: "3.8-dev"
14
15
install:
16
- - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
+ - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-06-22
17
- source $HOME/.cargo/env
18
- export PYTHON_LIB=$(python -c "import sysconfig; print(sysconfig.get_config_var('LIBDIR'))")
19
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PYTHON_LIB:$HOME/rust/lib"
0 commit comments