mirror of https://github.com/pyodide/pyodide.git
Try to get directory correct
This commit is contained in:
parent
deea97cd4c
commit
815479b7d7
|
@ -13,7 +13,7 @@ before_install:
|
|||
- mkdir geckodriver
|
||||
- tar -xvf geckodriver-v0.20.0-linux64.tar.gz -C geckodriver
|
||||
- export PATH=$PATH:$PWD/geckodriver
|
||||
- if [ ! -d emsdk/emsdk ]; then cd emsdk; wget https://github.com/iodide-project/pyodide-demo/raw/toolchain/pyodide_toolchain.tgz; tar -xvf pyodide_toolchain.tgz; fi
|
||||
- if [ ! -d $TRAVIS_BUILD_DIR/emsdk/emsdk ]; then cd $TRAVIS_BUILD_DIR/emsdk; wget https://github.com/iodide-project/pyodide-demo/raw/toolchain/pyodide_toolchain.tgz; tar -xvf pyodide_toolchain.tgz; fi
|
||||
install:
|
||||
- pip install pytest selenium
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue