From aa962c545496fc645d3f78370d7190ae1f3db11e Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 31 Jan 2021 03:36:45 +0100 Subject: Fixing type annotation for python3.6 compatibility --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 83ec84c..d547937 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.5" - "3.6" - "3.7" - "3.8" @@ -8,7 +7,10 @@ python: install: - pip install -r requirements.txt + # - git clone https://ouaisbrefbams/minishell ../minishell script: - - python -m mypy src - python -m flake8 + - python -m mypy src + # - ./run + # - ./run -k echo -- cgit