Skip to content

Commit 665bdcf

Browse files
committed
adding pip install flake8 black to travis build script
1 parent 579901d commit 665bdcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55

66
install:
77
- pip install -r requirements.txt
8+
- pip install flake8 black
89
- pip install .
910

1011
script:

0 commit comments

Comments
 (0)