Skip to content

Commit f3d72a3

Browse files
authored
Merge pull request #906 from CitrineInformatics/maintain/reduce-test-burden
Only build tests/pipelines once per PR
2 parents daa5f04 + 8233a2d commit f3d72a3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ install:
1616
script:
1717
- bash scripts/run_tests.sh
1818
- test "$UPGRADES" != "" || test $TRAVIS_PYTHON_VERSION != "3.10" || bash scripts/build_docs.sh
19+
branches:
20+
only:
21+
- main
22+
- /^v[\.0-9]+$/
1923
deploy:
2024
- provider: pages
2125
skip_cleanup: true
@@ -25,7 +29,7 @@ deploy:
2529
on:
2630
tags: true
2731
python: '3.10' # only need this to run once
28-
env: PIP_UPDATE=""
32+
env: UPGRADES=""
2933
- provider: pypi
3034
user: CitrineInformatics
3135
password: "$PYPI_PASSWORD"

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.42.0"
1+
__version__ = "2.42.1"

0 commit comments

Comments
 (0)