enable pypy and pypy3 travis-ci tests, but allow failures

This commit is contained in:
Noah Levitt 2016-07-11 11:23:53 -05:00
parent 00f48d6566
commit a5d6d634d8
2 changed files with 24 additions and 19 deletions

View File

@ -4,8 +4,13 @@ python:
- 3.4
- 2.7
- nightly
# - pypy
# - pypy3
- pypy
- pypy3
matrix:
allow_failures:
- python: pypy
- python: pypy3
addons:
apt:

View File

@ -51,7 +51,7 @@ except:
setuptools.setup(
name='warcprox',
version='2.0.dev24',
version='2.0.dev25',
description='WARC writing MITM HTTP/S proxy',
url='https://github.com/internetarchive/warcprox',
author='Noah Levitt',