Browse Source

Upgrade pip within travis run

pull/47/head
andrei 8 years ago
parent
commit
bd213afb6c
  1. 3
      .travis.yml

3
.travis.yml

@ -10,4 +10,7 @@ python:
- '3.6'
- 'nightly'
install:
- pip install --user -U pip
script: 'python setup.py test'

Loading…
Cancel
Save