# HG changeset patch # User Bob Ippolito <bob@redivi.com> # Date 1445960078 25200 # Tue Oct 27 08:34:38 2015 -0700 # Node ID bd02b5d81d49e98f0dff147d8fd21e265a0812f8 # Parent 9abf029d0b326f09d416212d2f9e4ff461b6abd3 Add Python 3.5 to Travis test suite diff --git a/.travis.yml b/.travis.yml --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" script: - python setup.py build_ext -i