Skip to content

Commit 2f88d72

Browse files
committed
Updated build and package details
1 parent feabc11 commit 2f88d72

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.4
4+
- 3.7
5+
- pypy2.7-6.0
6+
- pypy3.5
7+
- pypy3.6-7.1.1
58
- 3.5
69
- 3.6
710
- nightly
8-
- pypy-5.4.1
9-
- pypy3
1011
install:
1112
- travis_retry pip install coveralls
1213
- travis_retry pip install tox-travis

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@ classifier =
1313
Operating System :: OS Independent
1414
Programming Language :: Python
1515
Programming Language :: Python :: 2
16-
Programming Language :: Python :: 2.6
1716
Programming Language :: Python :: 2.7
1817
Programming Language :: Python :: 3
19-
Programming Language :: Python :: 3.3
20-
Programming Language :: Python :: 3.4
2118
Programming Language :: Python :: 3.5
2219
Programming Language :: Python :: 3.6
20+
Programming Language :: Python :: 3.7
2321
Programming Language :: Python :: Implementation :: PyPy
2422
Topic :: Software Development :: Libraries
2523
keywords =

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[tox]
2-
envlist = clean,py26,py27,py33,py34,py35,py36,pypy,stats,flake8
2+
envlist = clean,py27,py35,py36,py37,pypy,stats,flake8
33
skipsdist = True
44

5+
[travis]
6+
python =
7+
3.7: py37, flake8
8+
59
[testenv]
610
deps =
711
pytest
@@ -32,7 +36,7 @@ skip_install = true
3236
deps =
3337
flake8
3438
flake8-docstrings>=0.2.7
35-
flake8-import-order>=0.9
39+
flake8-import-order>=0.9,<=0.16
3640
flake8-import-order-fuzeman>=1.1.1
3741
commands =
3842
flake8

0 commit comments

Comments
 (0)