Skip to content

Commit

Permalink
tweaking the travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwlouse committed Jan 8, 2017
1 parent 47020d4 commit 45afe37
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
language: python
sudo: false
install:
- pip install tox-travis
- pip install tox
matrix:
include:
- python: "2.7"
env: TOX_ENV=py27
os: linux
- python: "3.3"
env: TOX_ENV=py33
os: linux
- python: "3.4"
env: TOX_ENV=py34
os: linux
- python: "3.5"
env: TOX_ENV=flake8
os: linux
- python: "3.5"
env: TOX_ENV=coverage
os: linux
- python: "2.7"
env: TOX_ENV=py27
os: osx
- python: "3.5"
env: TOX_ENV=py35
os: osx
script:
- tox
- tox -e $TOX_ENV

branches:
only:
Expand Down

0 comments on commit 45afe37

Please sign in to comment.