Skip to content

Commit 7552300

Browse files
author
Ben Krikler
committed
Fix up travis CI
1 parent 7ef1efb commit 7552300

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ dist: xenial
22
language: python
33

44
python:
5-
- "2.7"
6-
- "3.5"
75
- "3.6"
86
- "3.7"
7+
- "3.8"
98

109
install:
1110
- pip install -r .requirements_dev.txt
@@ -32,4 +31,4 @@ deploy:
3231
on:
3332
tags: true
3433
repo: FAST-HEP/fast-carpenter
35-
condition: "$TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"
34+
condition: "$TRAVIS_PYTHON_VERSION == 3.7 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"

0 commit comments

Comments
 (0)