speedtest-cli/.travis.yml

30 lines
476 B
YAML
Raw Normal View History

2014-02-18 03:14:41 +01:00
language: python
python:
- 2.7
2015-05-20 18:37:40 +02:00
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
- python2.5
- python2.6
- python3.1
- pypy
2014-04-17 17:25:21 +02:00
env:
- TOXENV=py24
2014-02-18 03:14:41 +01:00
2014-04-17 17:25:21 +02: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 03:14:41 +01:00
2014-04-17 17:25:21 +02:00
script:
- tox
2014-02-18 03:14:41 +01:00
notifications:
email:
- matt@sivel.net