Skip to content

Commit

Permalink
Update travis config for auto deployments. (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jettisonjoe authored Aug 23, 2016
1 parent 34dce36 commit 1eecab7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
27 changes: 17 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
language: python
python:
- "2.7"
- '2.7'
addons:
apt:
packages:
- swig
- libusb-1.0-0-dev
- libprotobuf-dev
- protobuf-compiler
- swig
- libusb-1.0-0-dev
- libprotobuf-dev
- protobuf-compiler
cache:
pip: true
apt: true
directories:
- $HOME/.cache/pip
- $HOME/.cache/pip
env:
- TOXENV=py27
- TOXENV=py27
install:
- pip install tox coveralls
- pip install -e .
- pip install tox coveralls
- pip install -e .
script: tox
after_success:
- coveralls
- coveralls
deploy:
provider: pypi
user: jettisonjoe
on:
tags: true
password:
secure: zFZNHtiht6OhCrbWMGGb+yBMmTJLKtAE5RiDl60m58Jx4t/UhMtHoC0+jtZ1hq2aeprfvw60zAIhB3HbLvb+E4Dcf9U8hEGDxJhMSMwGkXvFtrdAqce+I1YcNTXwCUApoJfE8Px1IZMRY9e1+u7r+cIWVggc3X97bWGGo+68A/ZkFxyGv75n8HRfCyHxK2hG/CGJWWmiK+fpDD68I3GbTyL1V5cRAkXNr4O1cSBDzeo0qOKzLZKAYR8M4SEQCz0Qlyatksa/p76ijF0tt5Q+kdVRANwlIltn57l43xwgL6ViOLs0rP19hlDITj5g6FZsNlRPPNxD5mUMuDEZefdcfm7sfvYHlU7hi38bxxWHXIbhUg6147V1+1oVu+dcxpv6/LgbYKSF2rxmkB6pZLlvOKK/U8Ni+3cN5KO1IumBdtQPDvSVUnsEB6GiVazm5xdR5fHvrIJaIHeAb0CBVlU1mnpHU0qUhAp3NcVHQtDM+ykcKvxjtNptRLp3o2AfTEPQmOHdG5KX21L69vagUWrwHf9mjxyQn6XfuzChj5W+fOcTlvHENK1Z8+KZg3a9sIhTFCPBxB4eX4TlUqS9HIndZFuiiDMszysJMZZ6wDDsUvlpdgHpSJlAmCoDd7cwjDWrTD//O3jRyYTbZTSFHpDRI/McnWJ7v8zYP0rlOQRqTb0=
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def run_tests(self):

setup(
name='openhtf',
version='0.9',
version='1.0.0',
description='OpenHTF, the open hardware testing framework.',
author='John Hawley',
author_email='[email protected]',
Expand Down

0 comments on commit 1eecab7

Please sign in to comment.