Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levi-rs committed Oct 4, 2016
1 parent b9bb343 commit cda6c42
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
45 changes: 24 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,35 @@ language: python
sudo: false

os:
- linux
- linux

python:
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
- pypy3
- '2.6'
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- pypy
- pypy3

install:
- pip install -U pip
- pip install -U tox-travis
- pip install coveralls
- pip install coverage
- pip install -U pip
- pip install -U tox-travis
- pip install python-coveralls
- pip install coverage

script: tox -v --recreate

after_success:
- coveralls

deploy:
provider: pypi
server: https://testpypi.python.org/pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
on:
branch: deploy-test
tags: true
python: '3.4'
provider: pypi
server: https://testpypi.python.org/pypi
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
on:
branch: deploy-test
tags: true
python: '3.4'
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ deps =
py{27,py,py3}: mock
pytest
pytest-cov
pytest-sugar
commands =
py.test -s --cov explicit --cov-report term-missing --cov-report xml --junitxml={envdir}/{envdir}.junit.xml tests []

0 comments on commit cda6c42

Please sign in to comment.