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