Skip to content

Commit

Permalink
drop 3.5 and include tests in source release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 25, 2020
1 parent e11093a commit 8a7bf3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Expand Up @@ -16,17 +16,12 @@ branches:

jobs:
include:
- name: "run test suite with python 3.5"
python: 3.5
- name: "run test suite with python 3.6"
python: 3.6
- name: "run test suite with python 3.7"
python: 3.7
- name: "run test suite with python 3.8"
python: 3.8
- name: "run test suite with python 3.6 on ARM64"
arch: arm64
python: 3.5
- name: "run test suite with python 3.6 on ARM64"
arch: arm64
python: 3.6
Expand Down
3 changes: 1 addition & 2 deletions MANIFEST.in
Expand Up @@ -3,14 +3,13 @@ include LICENSE
include README.rst
include releasenotes.rst
recursive-include kiwi *.h
recursive-include py *.cpp *.h
recursive-include py *.cpp *.h *.py
recursive-include docs/source *.rst
recursive-include docs/source *.png
recursive-include docs/source *.py
recursive-include docs/source *.svg
recursive docs/make.bat
recursive docs/Makefile
recursive-include tests *.py
prune .git
prune dist
prune build
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -69,7 +69,6 @@ def build_extensions(self):
# https://pypi.org/pypi?%3Aaction=list_classifiers
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 8a7bf3b

Please sign in to comment.