Skip to content

Commit

Permalink
Tune travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 13, 2018
1 parent 4b6359f commit 8762fe2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,31 +173,31 @@ jobs:
script:
- python setup.py check --metadata --restructuredtext --strict --verbose

- <<: *osx_python_base
python: 3.4
env:
- &env_py34 PYTHON_VERSION=3.4.6
- *env_pyenv
- *env_path
- <<: *osx_python_base
python: 3.5
env:
- &env_py35 PYTHON_VERSION=3.5.3
- *env_pyenv
- *env_path
- <<: *osx_python_base
python: *mainstream_python
env:
- *env_py36
- *env_pyenv
- *env_path
- <<: *osx_python_base
python: nightly
env:
- PYTHON_VERSION=3.7-dev
- *env_pyenv
- *env_path
# pypy3.5-5.8.0 fails under OS X because it's unsupported
# - <<: *osx_python_base
# python: 3.4
# env:
# - &env_py34 PYTHON_VERSION=3.4.6
# - *env_pyenv
# - *env_path
# - <<: *osx_python_base
# python: 3.5
# env:
# - &env_py35 PYTHON_VERSION=3.5.3
# - *env_pyenv
# - *env_path
# - <<: *osx_python_base
# python: *mainstream_python
# env:
# - *env_py36
# - *env_pyenv
# - *env_path
# - <<: *osx_python_base
# python: nightly
# env:
# - PYTHON_VERSION=3.7-dev
# - *env_pyenv
# - *env_path
# # pypy3.5-5.8.0 fails under OS X because it's unsupported

# Build and deploy manylinux1 binary wheels and source distribution
- <<: *generic_deploy_base
Expand Down

0 comments on commit 8762fe2

Please sign in to comment.