Skip to content

Commit

Permalink
release version 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
okigan committed Dec 3, 2019
1 parent aa6ad51 commit 7acfc3d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.pyc
/build/
/dist/
/*.egg-info
/*.egg-info
/venv/
/.pytest_cache/v/cache/
/.coverage
11 changes: 11 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

virtualenv venv -p python2.7

source venv/bin/activate

pip install requirements.txt
pip install requirements-test.txt

pycodestyle -v awscurl
py.test -v
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='awscurl',
version='0.17',
version='0.18',
description='Curl like tool with AWS request signing',
url='http://github.com/okigan/awscurl',
author='Igor Okulist',
Expand Down

0 comments on commit 7acfc3d

Please sign in to comment.