Browse Source

Ahem

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

4
.travis.yml

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

Loading…
Cancel
Save