Skip to content

Commit

Permalink
Remove pexpect from travis (it's installed by tox)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Feb 15, 2020
1 parent fd12a98 commit 2092e32
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 @@ -51,7 +51,7 @@ matrix:
- END_TO_END=1

install:
- travis_retry pip install virtualenv tox pexpect==4.7.0
- travis_retry pip install virtualenv tox

script:
- travis_retry tox

0 comments on commit 2092e32

Please sign in to comment.