File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11# http://travis-ci.org/#!/RDFLib/rdflib
2- sudo : false
32language : python
43branches :
54 only :
109 depth : 3
1110
1211python :
13- - 2.7
14- - 3.4
1512 - 3.5
1613 - 3.6
14+ - 3.7
1715
18- matrix :
16+ jobs :
1917 include :
20- - python : 3.7
18+ - python : 3.8
2119 dist : xenial
22- sudo : true
2320
2421before_install :
2522 - pip install -U setuptools pip # seems travis comes with a too old setuptools for html5lib
Original file line number Diff line number Diff line change 1- #!/usr/bin/env python2.7
1+ #!/usr/bin/env
22# encoding: utf-8
33from __future__ import absolute_import
44from __future__ import division
Original file line number Diff line number Diff line change @@ -43,15 +43,14 @@ def find_version(filename):
4343 url = "https://github.com/RDFLib/rdflib" ,
4444 license = "BSD-3-Clause" ,
4545 platforms = ["any" ],
46+ python_requires = '>=3.5' ,
4647 classifiers = [
4748 "Programming Language :: Python" ,
48- "Programming Language :: Python :: 2" ,
4949 "Programming Language :: Python :: 3" ,
50- "Programming Language :: Python :: 2.7" ,
51- "Programming Language :: Python :: 3.4" ,
5250 "Programming Language :: Python :: 3.5" ,
5351 "Programming Language :: Python :: 3.6" ,
5452 "Programming Language :: Python :: 3.7" ,
53+ "Programming Language :: Python :: 3.8" ,
5554 "License :: OSI Approved :: BSD License" ,
5655 "Topic :: Software Development :: Libraries :: Python Modules" ,
5756 "Operating System :: OS Independent" ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py27,py34, py35,py36
3+ py35,py36,py37,py38
44
55[testenv]
66setenv =
2020
2121[testenv:cover]
2222basepython =
23- python2 .7
23+ python3 .7
2424commands =
2525 {envpython} run_tests.py --where =./ \
2626 --with-coverage --cover-html --cover-html-dir =./coverage \
You can’t perform that action at this time.
0 commit comments