Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Change to run Travis CI tests on Python 3.6
Browse files Browse the repository at this point in the history
This will make it so that we test under the same Python version as AWS
Lambda uses (at least if the user's chosen to use 3.6 rather than 2.7).
  • Loading branch information
auchter committed Jul 20, 2017
1 parent 3291f50 commit 7e35922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.5"
- "3.6"
install:
- "pip install flake8"
- "pip install requests"
Expand Down

0 comments on commit 7e35922

Please sign in to comment.