Skip to content

Commit

Permalink
Dropped QA for Python 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 18, 2019
1 parent af9fb3a commit 9fee746
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
sudo: false

python:
- 2.7
- 3.5
- 3.6

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ envbox changelog
================


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


v1.0.0
------
! Dropped QA for Python 3.4.
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.
[tox]
envlist =
py{27,35,36}
py{35,36}

skip_missing_interpreters = True

Expand Down

0 comments on commit 9fee746

Please sign in to comment.