Skip to content

Commit 510679d

Browse files
committed
.travis.tml: Remove before_install
These packages are not needed to run tests, and they polute the testbed.
1 parent cc3e191 commit 510679d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ python:
1010
- 3.7
1111
- 3.8
1212

13-
before_install:
14-
- pip install -r requirements-dev.txt
15-
1613
install:
1714
- python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install stdlib-list-${version}.tar.gz && popd
1815

0 commit comments

Comments
 (0)