Skip to content

Commit 74905d8

Browse files
author
Dominik Neise
committed
pytest needs the package under test to be installed
1 parent eb1ba54 commit 74905d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ my-steps: &steps
55
- run: sudo pip install -r requirements.txt
66
- run: sudo pip install flake8 pytest
77
- run: python --version ; pip --version ; pwd ; ls -l
8+
- run: pip install --user .
89
# stop the build if there are Python syntax errors or undefined names
910
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
1011
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)