mirror of https://github.com/Kozea/pygal.git
Florian Mounier
10 years ago
1 changed files with 21 additions and 11 deletions
@ -1,14 +1,24 @@ |
|||||||
language: python |
language: python |
||||||
python: 3.4 |
python: |
||||||
env: |
- 2.6 |
||||||
- TOX_ENV=py26 |
- 2.7 |
||||||
- TOX_ENV=py27 |
- 3.2 |
||||||
- TOX_ENV=py32 |
- 3.3 |
||||||
- TOX_ENV=py33 |
- 3.4 |
||||||
- TOX_ENV=py34 |
- pypy |
||||||
- TOX_ENV=pypy |
|
||||||
install: |
install: |
||||||
- pip install tox |
- pip install . |
||||||
script: |
- pip install pygal_maps_world |
||||||
- tox -e $TOX_ENV |
- pip install pygal_maps_fr |
||||||
|
- pip install pygal_maps_ch |
||||||
|
- pip install pytest |
||||||
|
- pip install pytest-flake8 |
||||||
|
- pip install pytest-cov |
||||||
|
- pip install lxml |
||||||
|
- pip install pyquery |
||||||
|
- pip install cairosvg |
||||||
|
|
||||||
|
script: py.test pygal/test --flake8 --cov-report= --cov=pygal |
||||||
|
|
||||||
sudo: false |
sudo: false |
||||||
|
Loading…
Reference in new issue