Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: python
python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release History
+++++
* Allow disabling color (#171)
* Support yaml and yamlc output (#173)
* Drop support for python 2 and 3.5 (#174)
* Drop support for python 2 (#174, #183)
* Support ``--only-show-errors`` to disable warnings (#179)
* Add experimental tag (#180)

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 = py36,py37,py38
envlist = py35,py36,py37,py38
[testenv]
deps = -rrequirements.txt
commands=
Expand Down