Skip to content

Commit b2cc8fc

Browse files
committed
Add package installation before tests to CI config.
1 parent e7fca63 commit b2cc8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ install:
2222

2323
test_script:
2424
- build_windows
25+
- pip install .
2526
- cd tests
2627
- python -m unittest

0 commit comments

Comments
 (0)