Skip to content

Commit

Permalink
Remove python 2.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
quiqueporta committed Dec 7, 2020
1 parent 2562847 commit 6156950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ python:
- "3.6"
- "3.5"
- "3.4"
- "2.7"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ Test

.. |License MIT| image:: https://img.shields.io/github/license/quiqueporta/simple-value-object

.. |Python Version| image:: https://img.shields.io/badge/python-2.7,_3.4,_3.5,_3.6,_3.7-blue.svg
.. |Python Version| image:: https://img.shields.io/badge/python-3.4,_3.5,_3.6,_3.7-blue.svg

0 comments on commit 6156950

Please sign in to comment.