mirror of
https://github.com/sivel/speedtest-cli.git
synced 2024-12-15 04:50:02 +08:00
Disable py2.4/2.5 tests for now
This commit is contained in:
parent
fb0569946d
commit
69ddff1a11
12
.travis.yml
12
.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
|
||||
|
Loading…
Reference in New Issue
Block a user