mirror of
https://github.com/not-kennethreitz/blindspin.git
synced 2026-06-05 23:10:18 +00:00
support 2.7, remove support for 2.6 3.3 pypy
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
from builtins import next
|
||||
from builtins import object
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user