speedtest-cli-pub/.travis.yml

30 lines
476 B
YAML
Raw Normal View History

2014-02-18 10:14:41 +08:00
language: python
python:
- 2.7
2015-05-21 00:37:40 +08:00
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.5
- python2.6
- python3.1
- pypy
2014-04-17 23:25:21 +08:00
env:
- TOXENV=py24
2014-02-18 10:14:41 +08:00
2014-04-17 23:25:21 +08:00
install:
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py31)") != 0 ]]; then pip install virtualenv==1.7.2 tox==1.3; fi;
- if [[ $(echo "$TOXENV" | egrep -c "(py2[45]|py31)") == 0 ]]; then pip install tox; fi;
2014-02-18 10:14:41 +08:00
2014-04-17 23:25:21 +08:00
script:
- tox
2014-02-18 10:14:41 +08:00
notifications:
email:
- matt@sivel.net