Skip to content

Commit 72571b1

Browse files
minor fix testing (sandialabs#81)
pyyaml needed somehow pecos/examples/pv/pv_example.py still gives me an error
1 parent 7819b9e commit 72571b1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
_build/
55
pecos.egg-info/*
66
logfile
7+
build/
8+
dist/
79

810
*.html
911
*.csv

Diff for: requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ sphinx_rtd_theme
1717

1818
# Testing
1919
pytest
20-
coverage
20+
coverage
21+
pyyaml

0 commit comments

Comments
 (0)