Skip to content

Commit

Permalink
push to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hoyer Iversen authored and Daniel Hoyer Iversen committed Mar 8, 2016
1 parent 03cf3af commit 6b84751
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@ sudo: false
matrix:
fast_finish: true
include:
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
- python: "2.7"
env: TOXENV=py27
- python: "3.5"
env: TOXENV=lint
- python: '3.4'
env: TOXENV=py34
- python: '3.5'
env: TOXENV=py35
- python: '2.7'
env: TOXENV=py27
- python: '3.5'
env: TOXENV=lint
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pip
install: pip install -U tox coveralls
language: python
script: tox
after_success: coveralls
after_success: coveralls
deploy:
provider: pypi
user: dahoiv
password:
secure: CtRnbeRbNRKGCw/vFSXN0EFrVmUV03gc1CxT46oLyBb8n4J8WI7tllhnsjfoJE3BUnMjXrPMnfKRk5jhvh3shPG24OhbijKZ72JCUMGwKaNWCUsGvXzs99ZNT88ZwCiBdeeqUKqZFblNQ0mn6sKL/sndgoFeLTmkuxESsQaEH0w=
on:
tags: true
distributions: sdist bdist_wheel
repo: Danielhiversen/pyRFXtrx

0 comments on commit 6b84751

Please sign in to comment.