Skip to content

Commit e18cb6d

Browse files
committed
fix(ci): pycodestyle on travis
1 parent e2d8689 commit e18cb6d

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
@@ -6,7 +6,7 @@ python:
66
- '3.6'
77

88
install:
9-
- pip install -r requirements.txt
9+
- pip install -r dev-requirements.txt
1010

1111
script:
1212
- pytest test/ -v

0 commit comments

Comments
 (0)