Skip to content

Commit

Permalink
Add docs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktilcu committed Jul 4, 2018
1 parent 1bc16c5 commit 1b21011
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,17 @@ Many more configurations are possible. See the [AWS CLI guide] for more detail.
`awsudo` uses the same code as `aws` to find and resolve credentials and so
works identically.

## Testing

We recommend using pyenv as our tests run on 2.7 and 3.4.

```bash
pyenv install 2.7 && pyenv install 3.4.8
pyenv local 2.7 3.4.8
eval "$(pyenv init -)"
pyenv rehash
tox
```

[credentials]: http://blogs.aws.amazon.com/security/post/Tx3D6U6WSFGOK2H/A-New-and-Standardized-Way-to-Manage-Credentials-in-the-AWS-SDKs
[best practices]: http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html
Expand Down

0 comments on commit 1b21011

Please sign in to comment.