Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-03-05 20:44:19 +0300
committerMatt Martz <matt@sivel.net>2019-03-05 20:44:19 +0300
commit69ddff1a11331d20ba5877abe6491082e90e1726 (patch)
treecaedf302e6cde4604c6fb6a866ad551c765248c6
parentfb0569946d5a1295f3bff59233c4834f78322e13 (diff)
Disable py2.4/2.5 tests for now
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0380352..dc2c5fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ addons:
sources:
- deadsnakes
packages:
- - python2.4
- - python2.5
+ # - python2.4
+ # - python2.5
- python2.6
- python3.2
- python3.3
@@ -15,10 +15,10 @@ matrix:
include:
- python: 2.7
env: TOXENV=flake8
- - python: 2.7
- env: TOXENV=py24
- - python: 2.7
- env: TOXENV=py25
+ # - python: 2.7
+ # env: TOXENV=py24
+ # - python: 2.7
+ # env: TOXENV=py25
- python: 2.7
env: TOXENV=py26
- python: 2.7