Skip to content
Snippets Groups Projects
Unverified Commit 3a6891cb authored by Piotr Maślanka's avatar Piotr Maślanka Committed by GitHub
Browse files

Merge pull request #13 from piotrmaslanka/Issue-11

Fixes #11
parents 9d0f4043 b8315b00
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,10 @@ language: python ...@@ -2,8 +2,10 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
- "3.4" - "3.6"
- "pypy" - "3.7-dev"
- "pypy3.5"
- "pypy2.7"
cache: pip cache: pip
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
......
...@@ -10,13 +10,14 @@ url = https://github.com/piotrmaslanka/satella ...@@ -10,13 +10,14 @@ url = https://github.com/piotrmaslanka/satella
classifier = classifier =
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: Implementation :: PyPy
Operating System :: POSIX Operating System :: POSIX
Operating System :: OS Independent Operating System :: OS Independent
Development Status :: 3 - Alpha Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries Topic :: Software Development :: Libraries
......
...@@ -11,5 +11,6 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'], ...@@ -11,5 +11,6 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
tests_require=[ tests_require=[
"nose", "mock", "coverage" "nose", "mock", "coverage"
], ],
test_suite='nose.collector' test_suite='nose.collector',
python_requires='>=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*'
) )
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