Skip to content
Snippets Groups Projects
Commit 170286e7 authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Remove Python 3.3, add 3.6

parent 6cead187
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,9 +5,9 @@ language: python
python:
- 2.7
- pypy
- 3.3
- 3.4
- 3.5
- 3.6
before_install:
- docker run -d --name=dynalite -p 8000:8000 rajatvig/dynalite-alpine:latest
install:
Loading
Loading
Loading
Loading
@@ -7,9 +7,9 @@ CLASSIFIERS = ['Development Status :: 4 - Beta',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications',
Loading
Loading
@@ -18,7 +18,6 @@ CLASSIFIERS = ['Development Status :: 4 - Beta',
 
DESC = 'A low-level Amazon Web Services API client for Tornado'
 
setuptools.setup(name='tornado-aws',
version='0.6.0',
description=DESC,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment