Skip to content

Commit

Permalink
fix(ci): pycodestyle on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-filho committed May 22, 2019
1 parent e2d8689 commit e18cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- '3.6'

install:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

script:
- pytest test/ -v
Expand Down

0 comments on commit e18cb6d

Please # to comment.