File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ sudo: false
2
2
language : python
3
3
python :
4
4
- " 2.7"
5
+ - " 3.3"
5
6
- " 3.4"
7
+ - " 3.5"
8
+ - pypy
9
+ - pypy3
6
10
install :
7
11
- pip install -e .
8
12
- pip install codecov
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ChangeLog
5
5
------------------
6
6
7
7
* Add default ``isort `` config.
8
+ * Activate tests on Python 3.3, 3.5, PyPy2 and PyPy3.
8
9
9
10
1.4.1 (2016-10-31)
10
11
------------------
Original file line number Diff line number Diff line change @@ -82,7 +82,10 @@ def get_long_description():
82
82
'Programming Language :: Python :: 2' ,
83
83
'Programming Language :: Python :: 2.7' ,
84
84
'Programming Language :: Python :: 3' ,
85
+ 'Programming Language :: Python :: 3.3' ,
85
86
'Programming Language :: Python :: 3.4' ,
87
+ 'Programming Language :: Python :: 3.5' ,
88
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
86
89
'Topic :: Software Development :: Libraries :: Python Modules' ,
87
90
'Topic :: Internet' ,
88
91
'Topic :: System :: Distributed Computing' ,
You can’t perform that action at this time.
0 commit comments