Skip to content

Commit

Permalink
Merge 7f758cb into c4052a4
Browse files Browse the repository at this point in the history
  • Loading branch information
stopthatcow committed Jun 5, 2020
2 parents c4052a4 + 7f758cb commit ec63986
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ sudo: required

language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"

# command to install dependencies
install:
- pip install tox-travis

# command to run tests
# Command to run tests.
script:
tox

Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,17 @@
url='https://github.com/stopthatcow/zazu',
license='MIT',
platforms='POSIX,MacOS,Windows',
# Python 2.7 and 3.6+ are supported.
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
# Python 3.6+ are supported.
python_requires='>=3.6',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Quality Assurance',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py36,py37
envlist = py36,py37,py38

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit ec63986

Please sign in to comment.