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

Commit

Permalink
Move target from Python 3.5 to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Oct 11, 2018
1 parent 2fe1036 commit fdfe6a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ notifications:
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install:
- pip install .
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@ alexandra
|Build Status|

Minimal Python library to remove the tedious boilerplate-y parts of
writing Alexa skills. Alexandra is tested against Python 2.7 and 3.5.1.
writing Alexa skills. Alexandra is tested against Python 2.7 and 3.6.

Alexandra can be used as part of an AWS lambda function or a self-hosted
server. There's a builtin WSGI app if you're in to that kind of thing.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: ISC License (ISCL)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Home Automation',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Topic :: Software Development :: Libraries :: Application Frameworks',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py35
envlist = py27, py36

[testenv]
deps = pytest
Expand Down

0 comments on commit fdfe6a3

Please sign in to comment.