Commit 1baf9fb2 authored by wbond's avatar wbond

Move pip upgrade into install step so output is hidden

parent 64ccf172
...@@ -3,6 +3,8 @@ language: python ...@@ -3,6 +3,8 @@ language: python
python: python:
- "3.4" - "3.4"
script: install:
- pip install --upgrade pip - pip install --upgrade pip
script:
- python tests/ci.py - python tests/ci.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment