diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
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 |
