Skip to content

Commit

Permalink
Removing py27 from CI.
Browse files Browse the repository at this point in the history
This is because "cover" runs the same code in the same
Python version.
  • Loading branch information
dhermes committed Jan 11, 2017
1 parent c89c18e commit 31d19a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ environment:
CONDA_INSTALL_LOCN: C:\\Miniconda
TEST_TYPE: base

- TARGET_ARCH: x64
CONDA_PY: 27
PY_CONDITION: "python >=2.7.13,<3"
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
TEST_TYPE: base

- TARGET_ARCH: x86
CONDA_PY: 34
PY_CONDITION: "python=3.4"
Expand Down
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:

test:
override:
- tox -e py27
- tox -e py34
- tox -e py35
- tox -e cover
Expand Down

0 comments on commit 31d19a9

Please sign in to comment.