Skip to content

Commit a8e946e

Browse files
committed
Reduce nb jobs on travis
1 parent 9788cfc commit a8e946e

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.travis.yml

+4-15
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ script: tox
1010

1111
jobs:
1212
include:
13-
- python: 3.5
14-
env: TOXENV=py35
15-
- python: 3.6
16-
env: TOXENV=py36
1713
- python: 3.7
1814
env: TOXENV=py37
1915
- python: 3.8
@@ -33,27 +29,20 @@ jobs:
3329
env:
3430
- PYTHONIOENCODING=utf-8
3531
- TOXENV=py38
36-
- name: Python 3.7 on macOS
37-
os: osx
38-
osx_image: xcode10.2
39-
language: bash
40-
before_install:
41-
- python3 -m pip install --upgrade virtualenv
42-
- virtualenv -p python3 --system-site-packages "$HOME/venv"
43-
- source "$HOME/venv/bin/activate"
4432
- stage: Documentation
45-
python: 3.7
33+
python: 3.8
4634
install:
4735
- pip install Pygments mock sphinx sphinx-rtd-theme recommonmark
4836
- pip install -U -r requirements_dev.txt
4937
- pip install .
5038
script:
5139
- make docs
52-
env: TOXENV=py37
40+
env: TOXENV=py38
5341
- stage: Release & Deploy
54-
python: 3.7
42+
python: 3.8
5543
script: true
5644
install: true
45+
env: TOXENV=py38
5746
deploy:
5847
- provider: pypi
5948
user: lrivallain

0 commit comments

Comments
 (0)