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
|
||||
|
||||
addons:
|
||||
firefox: latest
|
||||
firefox: latest-nightly
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
|
@ -28,7 +28,7 @@ install:
|
|||
- pip install pytest-xdist selenium
|
||||
|
||||
script:
|
||||
- make test; cat cpython/build/3.6.4/Python-3.6.4/config.log
|
||||
- make test
|
||||
|
||||
# deploy:
|
||||
# provider: pages
|
||||
|
|
Loading…
Reference in New Issue