capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Add admin_create_user method #23

Closed grantmcconnaughey closed 7 years ago

bjinwright commented 7 years ago

Are your PRs based off that first PR #20? If so I think that is why they are all failing.

grantmcconnaughey commented 7 years ago

Nope, they all branch off of master.

grantmcconnaughey commented 7 years ago

I can try to remove the changes to the trailing whitespace if you'd like. I've tried several different editors and they all remove trailing whitespace by default. I have to open the file in TextEdit so that they don't get removed. 😛

bjinwright commented 7 years ago

I figured out the problem. Travis won't use the environment variables for PRs if they are encrypted and the PRs comes from a fork.