Skip to content

Commit

Permalink
Use Python 3.4 since that is what ships as default in amzonlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
jparr committed Jul 8, 2018
1 parent 8b50c4f commit 322ff24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.4"
- "3.6"
cache: pip
before_install:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.4

RUN mkdir /aws_ir
ADD . /aws_ir/
Expand Down

0 comments on commit 322ff24

Please sign in to comment.