Skip to content

Commit e11a366

Browse files
committed
Add 'pip install tox' at install step.
1 parent 6fde69b commit e11a366

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
@@ -20,6 +20,6 @@ env:
2020
- env: TOXENV=py35-flake8-tests
2121

2222
install:
23-
- pip install
23+
- pip install tox
2424

2525
script: tox

0 commit comments

Comments
 (0)