Skip to content

Commit

Permalink
Merge branch 'master' of github.com:leliel12/scikit-criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Jan 27, 2017
2 parents 773de06 + d95387e commit 75ba4a1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ sudo: false
install:
- pip install tox
script:
- tox --skip-missing-interpreters -r -- -vv
env:
- TOXENV=style
- TOXENV=coverage
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- tox -r
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 2.7
env: TOXENV=style
- python: 2.7
env: TOXENV=coverage

0 comments on commit 75ba4a1

Please sign in to comment.