Skip to content

Commit

Permalink
Merge pull request #106 from DLHub-Argonne/pydantic
Browse files Browse the repository at this point in the history
Switched to Pydantic-based models, pytest for tests
  • Loading branch information
WardLT committed Jul 21, 2021
2 parents 5c3b562 + d22eb9e commit 37d3b0e
Show file tree
Hide file tree
Showing 22 changed files with 1,485 additions and 1,171 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- pip list
script:
- flake8 .
- travis_wait 50 nosetests --with-coverage --cover-package=dlhub_sdk
- travis_wait 50 pytest --cov=dlhub_sdk
deploy:
provider: pypi
user: wardlt
Expand Down

0 comments on commit 37d3b0e

Please sign in to comment.