File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 build :
44 working_directory : ~/Clever/discovery-python
55 docker :
6- - image : circleci /python:2.7
6+ - image : ccimg /python:3.9.12
77 environment :
88 CIRCLE_ARTIFACTS : /tmp/circleci-artifacts
99 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results
1010 steps :
11- - run : sudo pip install --force-reinstall pip==9 .0.3
11+ - run : pip3 install --force-reinstall pip==22 .0.4
1212 - run :
1313 command : cd $HOME && git clone --depth 1 -v https://github.com/Clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
1414 name : Clone ci-scripts
1515 - checkout
1616 - run :
1717 command : mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
1818 name : Set up CircleCI artifacts directories
19- - run : sudo make deps
20- - run : sudo make test
19+ - run : make deps
20+ - run : make test
Original file line number Diff line number Diff line change 77 find -type f -name ' *.pyc' -delete
88
99deps :
10- python setup.py develop
10+ python3 setup.py develop
1111
1212format :
1313 autopep8 -i -r -j0 -a --experimental --max-line-length 100 --indent-size 2 .
@@ -19,4 +19,4 @@ publish:
1919 ./publish.sh
2020
2121test : deps
22- nosetests ./ test
22+ python3 -m " nose " test
Original file line number Diff line number Diff line change 1- kayvee == 2 .0.2
1+ kayvee == 3 .0.0
22future >= 0.18.2
You can’t perform that action at this time.
0 commit comments