Skip to content

Commit

Permalink
Get rid of python2.7 runtime and bump jinja back
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeen committed Dec 9, 2019
1 parent d9a3a65 commit 29c61b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ before_install:
- docker pull mageops/aws-lambda-build

env:
- LAMBDA_RUNTIME=python2
- LAMBDA_RUNTIME=python3

script: >
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ipaddress
# Since 2.9 fails compilation on python2 due to async
Jinja2 < 2.9
Jinja2
paramiko

0 comments on commit 29c61b1

Please sign in to comment.