From 967221e637278c601d8b9df2eb51e6b0f87c1a67 Mon Sep 17 00:00:00 2001 From: Dieskiz <56483507+Dieskiz@users.noreply.github.com> Date: Tue, 10 Mar 2020 20:06:13 +0200 Subject: [PATCH] Update because i'm a programmer AND A BUEIAN --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6583c5c..24d3aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ matrix: - python: pypy3 install: - pip install -r requirements.txt - - pip install flake8 # pytest # add another testing frameworks later + - pip install flake8 # pytest # add another testing frameworks latergaignaignagaianh before_script: # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics