Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Merge 6f91e77 into 62e6a1e
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 7, 2020
2 parents 62e6a1e + 6f91e77 commit f28615a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist: xenial
python:
- 3.6
- 3.7
- 3.8
install:
- pip install tox-travis coveralls
script:
Expand Down
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[bdist_wheel]
universal = 1

[zest.releaser]
create-wheel = yes
universal = 0

[coverage:run]
branch = True
Expand All @@ -13,5 +10,4 @@ precision = 2

[check-manifest]
ignore =
bootstrap.py
buildout.cfg
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
name='gocept.template_rewrite',
version='0.1.dev0',

python_requires='>=3.6, <4',
install_requires=[
'setuptools',
],
Expand Down Expand Up @@ -40,6 +41,7 @@
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
"""[:-1].split('\n'),
description=__doc__.strip(),
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist = py36
py37
py38

[testenv]
commands=
Expand Down

0 comments on commit f28615a

Please sign in to comment.