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

View File

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

Binary file not shown.

View File

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