fxapom/.travis.yml

16 строки
247 B
YAML
Исходник Обычный вид История

2015-02-03 18:21:17 +03:00
language: python
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