removed python2 compatibility code

This commit is contained in:
Akash Mahanty
2020-11-21 17:00:11 +05:30
parent 9f847a5e55
commit 5088305a58
6 changed files with 66 additions and 93 deletions

View File

@@ -3,7 +3,6 @@ os: linux
dist: xenial
cache: pip
python:
- 3.6
- 3.8
before_install:
- python --version
@@ -15,4 +14,4 @@ script:
- cd tests
- pytest --cov=../waybackpy
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi
- python -m codecov