Skip to content
Snippets Groups Projects
Commit 785830a7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add python 3.6 and 3.7 and pypy3.5 to Travis CI

parent 5aa75897
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,10 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3.5"
script:
- python compile_definitions.py
- python setup.py nosetests
......@@ -16,4 +19,4 @@ services: rabbitmq
addons:
apt:
packages:
- rabbitmq-server
\ No newline at end of file
- rabbitmq-server
* v0.96:
* _TBA_
* Python 3.6 and 3.7 officially supported and tested against. Also same done for PyPY 3.5
* v0.95:
......
......@@ -7,6 +7,8 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: POSIX :: Linux
......
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