Skip to content

Commit 9803efc

Browse files
author
Jordan Adler
committed
Remove unnecessary pytest dep for travis as tox will take care of it
1 parent 0676554 commit 9803efc

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
@@ -18,7 +18,7 @@ matrix:
1818
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
1919

2020
install:
21-
- pip install tox pytest
21+
- pip install tox
2222

2323
before_script:
2424
# Run flake8 tests only on Python 2.7 and 3.7...

0 commit comments

Comments
 (0)