2015-02-03 18:21:17 +03:00
|
|
|
language: python
|
2015-06-12 18:05:17 +03:00
|
|
|
python: 2.7
|
2016-02-05 16:37:48 +03:00
|
|
|
addons:
|
2016-08-17 01:10:36 +03:00
|
|
|
firefox: 47.0.1
|
2016-07-28 17:38:32 +03:00
|
|
|
env:
|
|
|
|
- TOXENV=tests DISPLAY=:99.0
|
|
|
|
- TOXENV=flake8
|
2016-02-05 16:37:48 +03:00
|
|
|
install:
|
2016-07-28 17:38:32 +03:00
|
|
|
- pip install tox
|
|
|
|
before_script:
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
2016-02-05 16:37:48 +03:00
|
|
|
script:
|
2016-07-28 17:38:32 +03:00
|
|
|
- tox
|
2015-02-03 18:21:17 +03:00
|
|
|
notifications:
|
|
|
|
email: webqa-ci@mozilla.org
|