Unverified Commit 79949c73 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

switch to yaml (#10)

parent acdc26ae
...@@ -28,3 +28,5 @@ Never commit to the master branch directly. If you need to change something, cre ...@@ -28,3 +28,5 @@ Never commit to the master branch directly. If you need to change something, cre
You must pass all the tests on GitHub before your PR can be merged. You must pass all the tests on GitHub before your PR can be merged.
Code review is required before merging pull request. Code review is required before merging pull request.
To manually run unit tests, do `python setup.py test`
\ No newline at end of file
version: '1.0'
steps:
build-torchani:
type: build
description: Build TorchANI
image-name: torchani
dockerfile: Dockerfile
tag: latest
unit-tests:
image: torchani
commands:
- cd torchani && python setup.py test
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment