Skip to content

Commit d149be5

Browse files
authored
Merge pull request #2369 from dhermes/group-pip-travis
Grouping pip upgrades on Travis.
2 parents 52e6263 + 510f6de commit d149be5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ language: python
22
sudo: false
33

44
install:
5-
- pip install --upgrade pip
6-
- pip install --upgrade tox
5+
- pip install --upgrade pip tox
76

87
script:
98
- tox -e py27

0 commit comments

Comments
 (0)