2014-10-23 04:00:18 +00:00
|
|
|
language: python
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2018-10-02 13:31:02 +00:00
|
|
|
# The way the selection of the Python version is currently made in Makefile
|
|
|
|
# leads to travis always picking up Python 2 for the task.
|
|
|
|
# All versions of Python are appearantly present in a travis environment.
|
|
|
|
# Once the makefile has been adjusted the following lines should be enabled.
|
|
|
|
# - "3.5"
|
|
|
|
# - "3.6"
|
|
|
|
# - "3.7-dev"
|
2014-10-23 04:00:18 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- rfkelly@mozilla.com
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.mozilla.org#services-dev"
|
|
|
|
use_notice: false
|
|
|
|
skip_join: false
|
|
|
|
|
|
|
|
install:
|
2018-10-21 08:11:56 +00:00
|
|
|
- pip install virtualenv
|
2014-10-23 04:00:18 +00:00
|
|
|
- make build
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make test
|