File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 command : |
3636 python3 -m venv venv
3737 . venv/bin/activate
38- pip install -e .
38+ pip install -e .[test]
3939 - save_cache :
4040 key : v1-dependency-cache-{{ checksum "setup.py" }}
4141 paths :
4444 name : run tests
4545 command : |
4646 . venv/bin/activate
47- pip install -e .
47+ pip install -e .[test]
4848 pip install pytest
4949 pytest
5050 test-python-install :
6363 command : |
6464 python3 -m venv venv
6565 . venv/bin/activate
66- pip install -e .
66+ pip install -e .[test]
6767 - save_cache :
6868 key : v1-dependency-cache-{{ checksum "setup.py" }}
6969 paths :
7272 name : run tests
7373 command : |
7474 . venv/bin/activate
75- pip install -e .
75+ pip install -e .[test]
7676 pip install pytest
7777 pytest
7878 deploy :
8787 command : |
8888 python3 -m venv venv
8989 . venv/bin/activate
90- pip install -e .
90+ pip install -e .[test]
9191 - save_cache :
9292 key : v1-dependency-cache-{{ checksum "setup.py" }}
9393 paths :
You can’t perform that action at this time.
0 commit comments