Commit 94268ba5 authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Workaround for .tarvis.yml

It seems that with python3.8 Twint goes timeout, so as of now better push to PyPI only 3.6 and 3.7
parent 18694cf5
...@@ -8,6 +8,7 @@ python: ...@@ -8,6 +8,7 @@ python:
matrix: matrix:
allow_failures: allow_failures:
- python: "nightly" - python: "nightly"
- python: "3.8"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment