Skip to content

Commit b45ef20

Browse files
author
Jan Schaffranek
committed
Added dev req. to travis build
1 parent 36896b8 commit b45ef20

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
@@ -4,7 +4,7 @@ python:
44
sudo: false
55
# command to install dependencies
66
install:
7-
- pip install -r requirements.txt
7+
- pip install -r requirements-dev.txt
88
# command to run tests
99
script:
1010
- make test code-style code-lint

0 commit comments

Comments
 (0)