From 6ed5980962723092d6fb2cbbfdb63a935787e9c1 Mon Sep 17 00:00:00 2001 From: Pieter Ennes Date: Mon, 3 Dec 2018 17:33:31 +0000 Subject: [PATCH 1/3] Support for Python 3.7. --- .travis.yml | 4 ++++ setup.py | 1 + tox.ini | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f46bf439..f4b8bfbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +python: 3.7 +dist: xenial sudo: false cache: pip matrix: @@ -11,6 +13,8 @@ matrix: env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 + - python: 3.7 + env: TOXENV=py37 - python: pypy-5.3 env: TOXENV=pypy install: diff --git a/setup.py b/setup.py index 640bbe1c..d2a27a0c 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ def fread(fn): 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', diff --git a/tox.ini b/tox.ini index c45f6574..35f0983d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,pypy,docs,readme +envlist = py27,py34,py35,py36,py37,pypy,docs,readme [testenv] deps= From 399ea07ef9674e43aeb0b0e29df59472c86d3de2 Mon Sep 17 00:00:00 2001 From: Pieter Ennes Date: Mon, 3 Dec 2018 20:49:37 +0000 Subject: [PATCH 2/3] Add PyCharm ignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6f246494..a3f56149 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc +.idea *.sublime-project *.sublime-workspace *.swp @@ -22,6 +23,7 @@ develop-eggs pip-log.txt # Unit test / coverage reports +.cache .coverage .tox coverage From ada6ef467b11e007e61575a2ecaf41547d39d64f Mon Sep 17 00:00:00 2001 From: Pieter Ennes Date: Mon, 3 Dec 2018 20:57:40 +0000 Subject: [PATCH 3/3] Fix PyPy build in Xenial. --- .travis.yml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4b8bfbd..e304ce62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ matrix: env: TOXENV=py36 - python: 3.7 env: TOXENV=py37 - - python: pypy-5.3 - env: TOXENV=pypy + - python: pypy3.5 + env: TOXENV=pypy3 install: - pip install -U setuptools - pip install tox coveralls diff --git a/tox.ini b/tox.ini index 35f0983d..47237d8c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,py37,pypy,docs,readme +envlist = py27,py34,py35,py36,py37,pypy,pypy3,docs,readme [testenv] deps= pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy