Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Acquisition
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Acquisition
Commits
0029de97
Commit
0029de97
authored
Mar 31, 2015
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Declare / test support for PyPy, PyPy3, Python 3.2, 3.3, and 3.4.
parent
0db02f62
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
.travis.yml
.travis.yml
+3
-0
CHANGES.rst
CHANGES.rst
+1
-1
setup.py
setup.py
+2
-0
tox.ini
tox.ini
+1
-2
No files found.
.travis.yml
View file @
0029de97
...
...
@@ -3,8 +3,11 @@ sudo: false
python
:
-
2.6
-
2.7
-
3.2
-
3.3
-
3.4
-
pypy
-
pypy3
install
:
-
python bootstrap.py
-
bin/buildout
...
...
CHANGES.rst
View file @
0029de97
...
...
@@ -4,7 +4,7 @@ Changelog
4.2 (unreleased)
----------------
- Add support for PyPy
and Python 3
.
- Add support for PyPy
, PyPy3, and Python 3.2, 3.3, and 3.4
.
4.1 (2014-12-18)
----------------
...
...
setup.py
View file @
0029de97
...
...
@@ -62,6 +62,8 @@ setup(
"Programming Language :: Python :: 2.6"
,
"Programming Language :: Python :: 2.7"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.2"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
...
...
tox.ini
View file @
0029de97
[tox]
envlist
=
# py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
py26,py27,coverage
py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
[testenv]
commands
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment