Skip to content

Commit

Permalink
Merge pull request #58 from toabctl/travis-updates
Browse files Browse the repository at this point in the history
Update travis.yml
  • Loading branch information
toabctl committed Aug 11, 2016
2 parents 6a24a21 + 168f1a4 commit d7f3a1c
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Docker Infrastructure (see http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ )
sudo: false

language: python
matrix:
include:
- python: 2.7
env: TOX_ENV=pep8
- python: 2.7
env: TOX_ENV=py27
- python: 3.5
env: TOX_ENV=py35
- python: 2.7
env: TOX_ENV=pep8
- python: 2.7
env: TOX_ENV=py27
- python: 3.5
env: TOX_ENV=py35
install:
- pip install tox
- pip install tox
script:
- tox -e $TOX_ENV
- tox -e $TOX_ENV
deploy:
provider: pypi
user: suse
password:
secure: LbQtZR8I7ZgQoiNoDhCiWVPI8Q8GVCrnXVBooNutHRZzOnFKew3g7DKCEQjKKZCUkrbcs55Jl1y0uVkL31HFdciAiYMV2ZS0To5ari5ZqqHF82OCFkqZKRe7APYCVgJ+wuhLfbBy6XWNU9aHD0TLMV5bz4kHXQJ3qfgUfMvNJJ4=
on:
tags: true
distributions: sdist bdist_wheel
repo: saschpe/py2pack

0 comments on commit d7f3a1c

Please sign in to comment.