Skip to content

Commit 20fe818

Browse files
committed
Further fixing the travis build
1 parent 654a696 commit 20fe818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stages:
2525
jobs:
2626
include:
2727
- stage: lint
28-
install: pip install black pyflakes isort
28+
install: pip install -U .[tests] black pyflakes isort
2929
script:
3030
- pyflakes .
3131
- black --check .

0 commit comments

Comments
 (0)