Skip to content

Commit 6cfca4b

Browse files
Always upgrade setuptools and pip. pytest should always be up to date.
1 parent b4ba991 commit 6cfca4b

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
@@ -6,7 +6,7 @@ cache:
66
directories:
77
- $HOME/.cache/pip
88
before_install:
9-
- pip install --upgrade pytest
9+
- pip install setuptools pip --upgrade
1010
install:
1111
- pip install -e .[dev]
1212
script:

0 commit comments

Comments
 (0)