1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-03 22:07:11 +02:00

travis: remove checks on python 3.7 and nightly

These failed because of Sphinx.
This commit is contained in:
Alexander Graf 2018-03-13 14:11:55 +01:00
parent 4e57ac77f0
commit 3dbce922c3

View File

@ -4,8 +4,6 @@ python:
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- pip install pylint requests
- pip install -r docs/requirements.txt