Skip to content

Commit ebaf9e0

Browse files
committed
upgrade travis' pip before doing anything.
hopefully this will allow uploading our coverage to coveralls.
1 parent 3f0b38d commit ebaf9e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ python:
1010
- "3.4"
1111
- "3.5"
1212
- "pypy"
13+
before_install:
14+
- pip install --upgrade pip
1315
# command to install dependencies
1416
install:
1517
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)