Skip to content

Commit

Permalink
Redo changes which have nothing to do with the reverted 3.5 drop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 28, 2020
1 parent dc362a5 commit 1fd6941
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matrix:
- name: "2.7-pure"
python: "2.7"
env: PURE_PYTHON=1
- name: "3.7-pure"
python: "3.7"
- name: "3.8-pure"
python: "3.8"
env: PURE_PYTHON=1
install:
- pip install -U coveralls coverage coverage-python-version
Expand Down
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ include .coveragerc
include buildout.cfg
include tox.ini

include bootstrap.py
exclude bootstrap.py

include *.yml
exclude *.yml

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 34
- python: 34-x64
- python: 35
- python: 35-x64
- python: 36
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[flake8]
ignore = C901,N801,N802,N803,N805,N806,N812,E301
exclude = bootstrap.py

0 comments on commit 1fd6941

Please sign in to comment.