Skip to content

Commit

Permalink
Merge pull request #1 from zero323/travis-matrix-update
Browse files Browse the repository at this point in the history
Adjust travis matrix
  • Loading branch information
zero323 committed Jun 16, 2018
2 parents f7a6a7e + e0dc75a commit a9c1001
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
- "3.6"
- "pypy3.5"

install:
- pip install coverage
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ or

easy_install tryingsnake

Dependencies
=======

`tryingsnake` supports Python 3.3 or later with a common codebase and requires no external dependencies.

License
=======

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
package_data={'tryingsnake': ['test/*.py']},
long_description=(open('README.rst').read() if exists('README.rst')
else ''),
classifiers=['Development Status :: 3 - Alpha',
classifiers=['Programming Language :: Python :: 3',
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License'],
zip_safe=False
)

0 comments on commit a9c1001

Please sign in to comment.