Skip to content

Commit

Permalink
Removed py35 from travis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Sep 20, 2018
1 parent 3b90d03 commit cd6b446
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,17 @@ notifications:

matrix:
include:
- os: linux
sudo: required
services: docker
python: '3.5'

- os: linux
sudo: required
services: docker
python: '3.6'
global:
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest {project} --doctest-modules"

- os: linux
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required
services: docker
python: '3.7'
global:
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest {project} --doctest-modules"

- os: osx
language: generic
Expand All @@ -42,6 +32,8 @@ matrix:
env:
global:
- CIBW_SKIP="cp27-* cp33-* cp34-*"
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest {project} --doctest-modules"
- PIP=pip3
- PYTHON=python3

Expand Down

0 comments on commit cd6b446

Please sign in to comment.