Skip to content

Commit

Permalink
speedup flake8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kukrál committed Dec 22, 2017
1 parent d513436 commit 88dd257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- stage: test
install:
- pip install -e ".[dev]"
- pip install -e ".[test]"
script:
- python3 -m flake8
- stage: test
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
],
tests_require=test_require,
extras_require={
'test': test_require,
'dev': test_require + [
'ipython',
'sphinx',
Expand Down

0 comments on commit 88dd257

Please sign in to comment.