Fix very minor packaging issues

- State in README.rst and setup.py metainfo that we require Python>=3.5

- Let Travis-CI test against newer versions of Python

- Let instaloader --help show where to report issues
This commit is contained in:
Alexander Graf
2017-02-13 09:57:03 +01:00
parent 02509d3c40
commit be477e8a88
4 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,9 @@ language: python
python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- pip install pylint requests