Unverified Commit 5d07e706 authored by Cosimo Lupo's avatar Cosimo Lupo Committed by GitHub
Browse files

remove references to python 2.6 in README.rst

#111 dropped support
parent 6a244fe0
...@@ -12,7 +12,7 @@ The TravisCI scripts are designed to build *and test*: ...@@ -12,7 +12,7 @@ The TravisCI scripts are designed to build *and test*:
* 64-bit ``manylinux1_x86_64`` wheels, both narrow and wide unicode builds; * 64-bit ``manylinux1_x86_64`` wheels, both narrow and wide unicode builds;
* 32-bit ``manylinux1_i686`` wheels, both narrow and wide unicode builds. * 32-bit ``manylinux1_i686`` wheels, both narrow and wide unicode builds.
You can currently build and test against Pythons 2.6, 2.7, 3.3, 3.4, 3.5, 3.6. You can currently build and test against Pythons 2.7, 3.3, 3.4, 3.5, 3.6.
The small innovation here is that you can test against 32-bit builds, and both The small innovation here is that you can test against 32-bit builds, and both
wide and narrow unicode Python 2 builds, which was not easy on the default wide and narrow unicode Python 2 builds, which was not easy on the default
...@@ -195,13 +195,6 @@ To use these scripts ...@@ -195,13 +195,6 @@ To use these scripts
# Exclude the default Python 3.5 build # Exclude the default Python 3.5 build
- python: 3.5 - python: 3.5
include: include:
- os: linux
env:
- MB_PYTHON_VERSION=2.6
- os: linux
env:
- MB_PYTHON_VERSION=2.6
- PLAT=i686
- os: linux - os: linux
env: MB_PYTHON_VERSION=2.7 env: MB_PYTHON_VERSION=2.7
- os: linux - os: linux
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment