You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ env:
20
20
# TWINE_PASSWORD
21
21
# AUTORELEASE_TOKEN
22
22
matrix:
23
+
- CONDA_PY=3.8
23
24
- CONDA_PY=3.6
24
25
- CONDA_PY=3.7
25
-
- CONDA_PY=3.8
26
26
27
27
before_install:
28
28
- echo "before install"
@@ -39,8 +39,9 @@ install:
39
39
40
40
script:
41
41
- python -c "import paths_cli"
42
-
#- python autorelease_check.py --branch ${TRAVIS_BRANCH} --event ${TRAVIS_EVENT_TYPE} #--allow-patch-skip # allow-patch-skip if there was a testpypi problem
- python autorelease_check.py --branch ${TRAVIS_BRANCH} --event ${TRAVIS_EVENT_TYPE} #--allow-patch-skip # allow-patch-skip if there was a testpypi problem
0 commit comments