File tree 4 files changed +3
-12
lines changed
4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 4
4
# Using Python for the project
5
5
language : python
6
6
python :
7
- - " 2.7"
8
7
- " 3.4"
9
8
- " 3.5"
10
9
# Python 3.6 is set to test and deploy the docs in the configuration matrix
Original file line number Diff line number Diff line change @@ -51,13 +51,9 @@ Prerequisites
51
51
52
52
The project has been tested in the following versions of the interpreter:
53
53
54
- - Python 2.6
55
- - Python 2.7
56
- - Python 3.3
57
54
- Python 3.4
58
55
- Python 3.5
59
- - Pypy
60
- - Pypy 3
56
+ - Python 3.6
61
57
62
58
All other dependencies are indicated on the requirements.txt file.
63
59
The included makefile can install them with the command:
Original file line number Diff line number Diff line change @@ -77,14 +77,10 @@ def run_tests(self):
77
77
'Intended Audience :: Developers' ,
78
78
'Operating System :: OS Independent' ,
79
79
'Programming Language :: Python' ,
80
- 'Programming Language :: Python :: 2' ,
81
- 'Programming Language :: Python :: 2.6' ,
82
- 'Programming Language :: Python :: 2.7' ,
83
80
'Programming Language :: Python :: 3' ,
84
- 'Programming Language :: Python :: 3.2' ,
85
81
'Programming Language :: Python :: 3.3' ,
86
82
'Programming Language :: Python :: 3.4' ,
87
- 'Programming Language :: Python :: Implementation :: PyPy ' ,
83
+ 'Programming Language :: Python :: 3.5 ' ,
88
84
'Topic :: Software Development :: Libraries :: Python Modules'
89
85
],
90
86
long_description = read ('README.rst' ),
Original file line number Diff line number Diff line change 1
1
[tox]
2
2
envlist =
3
- py{27, 34,35,36},
3
+ py{34,35,36},
4
4
pypy{,3},
5
5
check,
6
6
docs,
You can’t perform that action at this time.
0 commit comments