diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..61a1ecd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +langauge: python + +python: + - '2.7' + - '3.2' + - '3.3' + - '3.4' + - '3.5' + - '3.6' + - 'nightly' + +script: 'python setup.py test' diff --git a/disco/voice/playable.py b/disco/voice/playable.py index aaeb7bd..ee9437b 100644 --- a/disco/voice/playable.py +++ b/disco/voice/playable.py @@ -14,7 +14,7 @@ from disco.voice.opus import OpusEncoder try: from cStringIO import cStringIO as StringIO except: - from StringIO import StringIO + from six import StringIO OPUS_HEADER_SIZE = struct.calcsize('