Skip to content

Commit 2eb76a3

Browse files
committed
Install requirements via travis CI
1 parent 68ca77b commit 2eb76a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
- sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
1919
install:
2020
- pip install --no-cache-dir --upgrade pip
21+
- pip install -r requirements.txt
2122
- pip install -r requirements-dev.txt
2223
script:
2324
- ./run-code-analysis.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ After please open `test-report.html` file to see detailed testing report:
4646

4747
* 0.2.0
4848
* Introduce travis CI
49+
* Add static code analysis tools (`black`, `flake8` and `mypy`) along with unittests
4950
* 0.1.0
5051
* Distribute initial version
5152

0 commit comments

Comments
 (0)