Skip to content

Commit

Permalink
A couple tweaks, trigger full test suite
Browse files Browse the repository at this point in the history
--testall
  • Loading branch information
avirshup committed Nov 17, 2017
1 parent 12be9d2 commit 62bd8d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerMakefiles/PySCF.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyscf-build-cache:
FROM: chemdocker/pyscf-build-1.3.1:0.9.0rc5
FROM: chemdocker/pyscf-build-1.3.1:0.9.1

pyscf_mixin:
copy_from:
Expand Down
5 changes: 4 additions & 1 deletion codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
moldesign_complete moldesign_complete_py2
service: publisher
- type: serial
name: make-notebook
steps:
- name: build-notebook
service: image_builder
Expand All @@ -47,14 +48,15 @@


- name: print-environments
type: serial
type: parallel
services:
- test_moldesign_complete
- test_moldesign_complete_py2
- test_moldesign_minimal
- test_moldesign_minimal_py2
steps:
- command: deployment/print-environment.sh
name: env-report

- name: run-tests
type: serial
Expand All @@ -65,6 +67,7 @@
- test_moldesign_minimal
steps:
- command: deployment/run-ci-tests.sh
name: testrunner

- name: publish-python
service: publisher
Expand Down

0 comments on commit 62bd8d0

Please sign in to comment.