We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef1efb commit 7552300Copy full SHA for 7552300
.travis.yml
@@ -2,10 +2,9 @@ dist: xenial
2
language: python
3
4
python:
5
- - "2.7"
6
- - "3.5"
7
- "3.6"
8
- "3.7"
+ - "3.8"
9
10
install:
11
- pip install -r .requirements_dev.txt
@@ -32,4 +31,4 @@ deploy:
32
31
on:
33
tags: true
34
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]+)?$"
+ condition: "$TRAVIS_PYTHON_VERSION == 3.7 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"
0 commit comments