We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ca77b commit 2eb76a3Copy full SHA for 2eb76a3
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
- sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
19
install:
20
- pip install --no-cache-dir --upgrade pip
21
+ - pip install -r requirements.txt
22
- pip install -r requirements-dev.txt
23
script:
24
- ./run-code-analysis.sh
README.md
@@ -46,6 +46,7 @@ After please open `test-report.html` file to see detailed testing report:
46
47
* 0.2.0
48
* Introduce travis CI
49
+ * Add static code analysis tools (`black`, `flake8` and `mypy`) along with unittests
50
* 0.1.0
51
* Distribute initial version
52
0 commit comments