Browse Source

Missing upgrade

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

2
.travis.yml

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

Loading…
Cancel
Save