Skip to content

Commit 4ccaf35

Browse files
committed
Update development requirements.
1 parent 6176006 commit 4ccaf35

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ install:
1515
- travis_retry pip install -U .
1616
- travis_retry pip install -U -r dev-requirements.txt
1717
script:
18-
py.test
18+
- py.test
19+
- flake8 .

dev-requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
pytest
2+
flake8
3+
4+
invoke
5+
twine
6+
wheel

0 commit comments

Comments
 (0)