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:
parent
406a617d01
commit
28b8c2eaac
@ -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.
2
setup.py
2
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user