mirror of https://github.com/pyodide/pyodide.git
USe Firefox nightly for testing
This commit is contained in:
parent
6f32425a04
commit
b7444e4441
|
@ -1,7 +1,7 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
firefox: latest
|
firefox: latest-nightly
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- ubuntu-toolchain-r-test
|
- ubuntu-toolchain-r-test
|
||||||
|
@ -28,7 +28,7 @@ install:
|
||||||
- pip install pytest-xdist selenium
|
- pip install pytest-xdist selenium
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test; cat cpython/build/3.6.4/Python-3.6.4/config.log
|
- make test
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# provider: pages
|
# provider: pages
|
||||||
|
|
Loading…
Reference in New Issue