Adding a script to import all of AWS' managed policies

fixes #1118
This commit is contained in:
Jack Danger 2017-09-19 14:01:08 -07:00
commit 8f2f7fa20d
5 changed files with 12912 additions and 113 deletions

View file

@ -15,6 +15,9 @@ test: lint
test_server:
@TEST_SERVER_MODE=true nosetests -sv --with-coverage --cover-html ./tests/
aws_managed_policies:
scripts/update_managed_policies.py
publish:
python setup.py sdist bdist_wheel upload
git tag `python setup.py --version`