Skip to content

Commit de68251

Browse files
committed
Updated Travis CI config
1 parent c0524c2 commit de68251

1 file changed

Lines changed: 22 additions & 43 deletions

File tree

.travis.yml

Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,15 @@ jobs:
77
fast_finish: true
88
include:
99
- python: 2.7
10-
- python: 3.5
1110
- python: 3.6
12-
dist: bionic
1311
- python: 3.7
14-
dist: focal
1512
- python: 3.8
16-
dist: focal
13+
- python: 3.9
1714
- python: nightly
1815
- os: windows
1916
language: shell
2017
before_install: choco install python2 --version 2.7.18
2118
env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
22-
- os: windows
23-
language: shell
24-
before_install: choco install python --version 3.5.4
25-
env: PATH=/c/Python35:/c/Python35/Scripts:$PATH
2619
- os: windows
2720
language: shell
2821
before_install: choco install python --version 3.6.8
@@ -35,63 +28,49 @@ jobs:
3528
language: shell
3629
before_install: choco install python --version 3.8.1
3730
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
31+
- os: windows
32+
language: shell
33+
before_install: choco install python --version 3.9.0
34+
env: PATH=/c/Python39:/c/Python39/Scripts:$PATH
3835
- python: 2.7
3936
arch: arm64
40-
- python: 3.5
41-
arch: arm64
4237
- python: 3.6
4338
arch: arm64
44-
dist: bionic
4539
- python: 3.7
4640
arch: arm64
4741
dist: focal
4842
- python: 3.8
4943
arch: arm64
50-
dist: focal
44+
- python: 3.9
45+
arch: arm64
5146
- python: nightly
5247
arch: arm64
5348
- os: osx
54-
osx_image: xcode9.2
55-
language: shell
56-
env:
57-
- PATH=/Users/travis/.pyenv/shims:$PATH
58-
- PYENV_VERSION=2.7.18
59-
before_install: travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
49+
language: objective-c
50+
env: PYENV_VERSION=2.7.18
6051
- os: osx
61-
osx_image: xcode9.2
62-
language: shell
63-
env:
64-
- PATH=/Users/travis/.pyenv/shims:$PATH
65-
- PYENV_VERSION=3.5.2
66-
before_install: travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
52+
language: objective-c
53+
env: PYENV_VERSION=3.6.8
6754
- os: osx
68-
osx_image: xcode9.2
69-
language: shell
70-
env:
71-
- PATH=/Users/travis/.pyenv/shims:$PATH
72-
- PYENV_VERSION=3.6.8
73-
before_install: travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
55+
osx_image: xcode11.3
56+
language: objective-c
57+
env: PYENV_VERSION=3.7.6
7458
- os: osx
75-
osx_image: xcode10.1
76-
language: shell
77-
env:
78-
- PATH=/Users/travis/.pyenv/shims:$PATH
79-
- PYENV_VERSION=3.7.6
80-
before_install: travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
59+
language: objective-c
60+
osx_image: xcode11.3
61+
env: PYENV_VERSION=3.8.1
8162
- os: osx
82-
osx_image: xcode10.2
83-
language: shell
84-
env:
85-
- PATH=/Users/travis/.pyenv/shims:$PATH
86-
- PYENV_VERSION=3.8.1
87-
before_install: travis_wait brew upgrade pyenv && pyenv install $PYENV_VERSION
63+
osx_image: xcode11.3
64+
language: objective-c
65+
env: PYENV_VERSION=3.9.0
8866
cache: pip
8967
install:
9068
- python -m pip install --upgrade pip
9169
- pip install pytest
9270
- pip install pytest-cov
9371
- pip install coveralls
94-
- pip install -r requirements.txt
72+
- pip install markdown2
73+
- pip install six
9574
- pip install .
9675
script: pytest --cov=codext --cov-report=term-missing tests
9776
after_success: coveralls

0 commit comments

Comments
 (0)