Skip to content

Commit 9e95228

Browse files
committed
Exclude 3.7 / Pint 0.20 from tests
1 parent 84ea438 commit 9e95228

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ python:
88
env:
99
- PINT_VERSION=0.13
1010
- PINT_VERSION=0.20
11+
jobs:
12+
exclude:
13+
- python: 3.7
14+
env: PINT_VERSION=0.20
1115
install:
1216
- pip install -U -r requirements.txt
1317
- pip install Pint==$PINT_VERSION
@@ -28,6 +32,7 @@ deploy:
2832
on:
2933
tags: true
3034
python: '3.7' # only need this to run once
35+
env: PINT_VERSION=0.13
3136
- provider: pypi
3237
user: "CitrineInformatics"
3338
password: "$PYPI_PASSWORD"

0 commit comments

Comments
 (0)