Skip to content

Commit

Permalink
Dropped QA for Python 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 17, 2019
1 parent 025c8c6 commit dfb190d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,6 @@ language: python
python:
- 3.6
- 3.5
- 3.4


install:
- pip install -U coverage coveralls
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG
Expand Up @@ -2,6 +2,11 @@ pytest-stub changelog
=====================


Unreleased
----------
! Dropped QA for Python 3.4.


v0.1.0
------
+ Basic functionality.
+ Basic functionality.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -60,7 +60,6 @@ def get_version():
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: BSD License'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.
[tox]
envlist =
py{32,33,34,35,36}
py{35,36}

skip_missing_interpreters = True

Expand Down

0 comments on commit dfb190d

Please sign in to comment.