Skip to content

Commit

Permalink
Remove the pip version "dimension" from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vphilippon committed Mar 22, 2018
1 parent 2262938 commit 61163e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
20 changes: 4 additions & 16 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
environment:

matrix:
- TOXENV: py27-pip8
- TOXENV: py27-pip8.1.1
- TOXENV: py27-pip9
- TOXENV: py27-piplatest
- TOXENV: py34-pip8
- TOXENV: py34-pip8.1.1
- TOXENV: py34-pip9
- TOXENV: py34-piplatest
- TOXENV: py35-pip8
- TOXENV: py35-pip8.1.1
- TOXENV: py35-pip9
- TOXENV: py35-piplatest
- TOXENV: py36-pip8
- TOXENV: py36-pip8.1.1
- TOXENV: py36-pip9
- TOXENV: py36-piplatest
- TOXENV: py27
- TOXENV: py34
- TOXENV: py35
- TOXENV: py36

install:
- C:\Python36\python -m pip install tox
Expand Down
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ python:
- "3.5"
- "3.6"
- "pypy"
env:
- PIP=8
- PIP=8.1.1
- PIP=9
- PIP=latest

cache: pip
install:
Expand Down
14 changes: 2 additions & 12 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
[tox]
envlist =
py{27,34,35,36,py}-pip{8,8.1.1,9,latest}
py{27,34,35,36,py}
flake8
readme

[testenv]
deps =
piplatest: pip
pip8.1.1: pip==8.1.1
pip8: pip~=8.0
pip9: pip~=9.0
coverage
mock
pip
pytest
install_command= python -m pip install {opts} {packages}
commands =
Expand All @@ -27,10 +24,3 @@ commands = flake8 piptools tests
[testenv:readme]
deps = readme_renderer
commands = python setup.py check --restructuredtext --strict

[travis:env]
PIP =
8: pip8
8.1.1: pip8.1.1
9: pip9
latest: piplatest

0 comments on commit 61163e0

Please sign in to comment.