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 diff --git a/.travis.yml b/.travis.yml index f46bf439..e304ce62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +python: 3.7 +dist: xenial sudo: false cache: pip matrix: @@ -11,8 +13,10 @@ matrix: env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 - - python: pypy-5.3 - env: TOXENV=pypy + - python: 3.7 + env: TOXENV=py37 + - python: pypy3.5 + env: TOXENV=pypy3 install: - pip install -U setuptools - pip install tox coveralls 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..47237d8c 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,pypy3,docs,readme [testenv] deps=
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: