Skip to content

Commit

Permalink
drop python 2.7 and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien committed Feb 11, 2022
1 parent 98d544a commit 20c8918
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# lupin is a Python JSON object mapper

[![Build Status](https://travis-ci.org/holinnn/lupin.svg)](https://travis-ci.org/holinnn/lupin)

lupin is meant to help in serializing python objects to JSON and unserializing JSON data to python objects.

Expand Down
2 changes: 1 addition & 1 deletion src/lupin/validators/url.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from six.moves.urllib.parse import urlparse
from urllib.parse import urlparse
from . import Validator
from ..errors import InvalidURL

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 = py27,py33,py34,py35,py36,py37,pypy,pypy3
envlist = py33,py34,py35,py36,py37,py38,py39,pypy,pypy3
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 20c8918

Please sign in to comment.