Browse Source

Try to uprade pip in ci

pull/374/head
Florian Mounier 8 years ago
parent
commit
4ff4e392d3
  1. 2
      .travis.yml

2
.travis.yml

@ -8,7 +8,7 @@ python:
- nightly
- pypy
install: pip install .[test]
install: pip install --upgrade pip setuptools .[test]
script: py.test pygal/ --flake8 --cov-report= --cov=pygal

Loading…
Cancel
Save