Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Test on Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 2, 2019
1 parent 4a65950 commit 56cedc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
- TOX_ENV=pypy
- TOX_ENV=docs
- TOX_ENV=flake8
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

v2.0.6 (UNRELEASED)
===================

Bug fix release.

- Run test suite on Python 3.6 and 3.7 too.


v2.0.5 (2015-09-22)
===================

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ application-import-names = spotify, tests
exclude = .git, .tox, .eggs

[tox]
envlist = py27, py33, py34, py35, pypy, pypy3, docs, flake8
envlist = py27, py33, py34, py35, py36, py37, pypy, pypy3, docs, flake8

[testenv]
usedevelop = true
Expand Down

0 comments on commit 56cedc4

Please sign in to comment.