Skip to content

Commit 932af95

Browse files
authored
ci: Travis: pip-install is not required (#403)
Tox handles that already.
1 parent e586a95 commit 932af95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ before_install:
2727
else
2828
pip install -q tox;
2929
fi
30-
install:
31-
- pip install .
3230
script:
3331
- tox
3432
after_script:

0 commit comments

Comments
 (0)