We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7e85f commit d3f6908Copy full SHA for d3f6908
.travis.yml
@@ -2,6 +2,10 @@ language: python
2
python:
3
- "2.7"
4
- "3.4"
5
+ - "3.5"
6
+ - "3.6"
7
+ - "pypy"
8
+ - "pypy3"
9
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
10
before_script: "pep8"
11
script: "nosetests --with-coverage --cover-package=optimizely"
setup.py
@@ -32,7 +32,9 @@
32
'Operating System :: OS Independent',
33
'Programming Language :: Python',
34
'Programming Language :: Python :: 2.7',
35
- 'Programming Language :: Python :: 3.4'
+ 'Programming Language :: Python :: 3.4',
36
+ 'Programming Language :: Python :: 3.5',
37
+ 'Programming Language :: Python :: 3.6'
38
],
39
packages=find_packages(
40
exclude=['tests']
0 commit comments