File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,8 @@ install: ## install dependencies
1212 pip install .
1313.PHONY : install
1414
15- # test: install
16- # python -m unittest discover -vf
17- # .PHONY: test
18-
19- test : update-version wheel wheel-check
15+ test : install
16+ python -m unittest discover -vf
2017.PHONY : test
2118
2219update-version :
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ services:
1010 entrypoint : /opt/docker/entrypoint.sh
1111 command : /true
1212 working_dir : /opt
13+ environment :
14+ XDG_CACHE_HOME : /tmp
15+ BUILDKITE_AGENT_ACCESS_TOKEN : ~
16+ BUILDKITE_BRANCH : ~
17+ BUILDKITE_TAG : ~
18+ BUILDKITE_BUILD_ID : ~
19+ BUILDKITE_BUILD_NUMBER : ~
20+ BUILDKITE_JOB_ID : ~
21+ RELEASE_CHANNEL : ~
22+ GO111MODULE : ~
1323 volumes :
1424 - ./:/opt
1525 - /etc/passwd:/etc/passwd:ro
26+ - ~/.ssh:/${HOME}/.ssh:ro
You can’t perform that action at this time.
0 commit comments