Add a couple of questions

This commit is contained in:
abregman
2019-12-23 18:37:33 +02:00
parent adef3b9154
commit e6f38a5476
2 changed files with 33 additions and 3 deletions

5
scripts/run_ci.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# These are the same steps we are running in Travis CI
python tests/syntax_checker.py
flake8 --max-line-length=100 . && echo "PEP8 Passed"