File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - checkout
1111 - run :
1212 command : |
13- sudo pip install pipenv
14- pipenv install -r requirements.txt
15- pipenv run "python -m unittest tests.test_pykemon"
13+ pip install -r requirements.txt
14+ python -m unittest tests.test_pykemon
1615
1716 py36_tests :
1817 docker :
2120 - checkout
2221 - run :
2322 command : |
24- sudo pip install pipenv
25- pipenv install -r requirements.txt
26- pipenv run "python -m unittest tests.test_pykemon"
23+ pip install -r requirements.txt
24+ python -m unittest tests.test_pykemon
2725
2826 py37_tests :
2927 docker :
3230 - checkout
3331 - run :
3432 command : |
35- sudo pip install pipenv
36- pipenv install -r requirements.txt
37- pipenv run "python -m unittest tests.test_pykemon"
33+ pip install -r requirements.txt
34+ python -m unittest tests.test_pykemon"
3835
3936workflows :
4037 version : 2
You can’t perform that action at this time.
0 commit comments