Skip to content

Commit

Permalink
Try travis without tox
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 10, 2015
1 parent 5d26587 commit 14a7a32
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
language: python
python: 3.4
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy

install:
- pip install tox
script:
- tox -e $TOX_ENV
- pip install .
- pip install pygal_maps_world
- 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

0 comments on commit 14a7a32

Please sign in to comment.