Skip to content

Commit

Permalink
Merge pull request #23 from jrxFive/update/test_0.4.1
Browse files Browse the repository at this point in the history
add 0.4.1 to Vagrantfile and .travis, fix setup.py
  • Loading branch information
jrxFive authored Aug 23, 2016
2 parents 1a6caa2 + bf4b62d commit f817f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy:
tags: true
repo: jrxFive/python-nomad
condition: $TRAVIS_PYTHON_VERSION = "2.7"

services:
- docker
language: python
Expand All @@ -25,6 +25,7 @@ env:
matrix:
- NOMAD_VERSION="0.3.2"
- NOMAD_VERSION="0.4.0"
- NOMAD_VERSION="0.4.1"
before_install:
- curl -L -o /tmp/nomad_${NOMAD_VERSION}_linux_amd64.zip https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip
- yes | unzip -d /tmp /tmp/nomad_${NOMAD_VERSION}_linux_amd64.zip
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

IP = "192.168.33.10"
NOMAD_VERSION = "0.4.0"
NOMAD_VERSION = "0.4.1"
NOMAD_PORT_GUEST = 4646
NOMAD_PORT_HOST = 4646

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version='0.0.2',
install_requires=['requests'],
packages=['nomad', 'nomad.api'],
url='github.com/jrxfive/python-nomad',
url='http://github.com/jrxfive/python-nomad',
license='MIT',
author='jrxfive',
author_email='[email protected]',
Expand Down

0 comments on commit f817f82

Please sign in to comment.