USe Firefox nightly for testing

This commit is contained in:
Michael Droettboom 2018-04-20 09:52:42 -04:00
parent 6f32425a04
commit b7444e4441
1 changed files with 2 additions and 2 deletions

View File

@ -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