-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update travis config for auto deployments. (#414)
- Loading branch information
1 parent
34dce36
commit 1eecab7
Showing
2 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|