1
0
mirror of https://github.com/internetarchive/warcprox.git synced 2025-01-18 13:22:09 +01:00

remove accidentally added file __init__.pyc and allow travis-ci failures on non-stable versions of python

This commit is contained in:
Noah Levitt 2017-05-01 19:56:52 -07:00
parent 406a617d01
commit 28b8c2eaac
3 changed files with 5 additions and 1 deletions

@ -8,6 +8,10 @@ python:
- nightly
- pypy
- pypy3
matrix:
allow_failures:
- python: nightly
- python: 3.7-dev
services:
- docker
before_install:

Binary file not shown.

@ -3,7 +3,7 @@ import codecs
setuptools.setup(
name='doublethink',
version='0.2.0.dev77',
version='0.2.0.dev78',
packages=['doublethink'],
classifiers=[
'Programming Language :: Python :: 2.7',