Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
5d07e706
Unverified
Commit
5d07e706
authored
Jan 06, 2018
by
Cosimo Lupo
Committed by
GitHub
Jan 06, 2018
Browse files
remove references to python 2.6 in README.rst
#111 dropped support
parent
6a244fe0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
README.rst
README.rst
+1
-8
No files found.
README.rst
View file @
5d07e706
...
...
@@ -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;
* 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
wide and narrow unicode Python 2 builds, which was not easy on the default
...
...
@@ -195,13 +195,6 @@ To use these scripts
# Exclude the default Python 3.5 build
- python: 3.5
include:
- os: linux
env:
- MB_PYTHON_VERSION=2.6
- os: linux
env:
- MB_PYTHON_VERSION=2.6
- PLAT=i686
- os: linux
env: MB_PYTHON_VERSION=2.7
- os: linux
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment