|
42 | 42 | ["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", "--upgrade", "pip", "setuptools"], |
43 | 43 | ["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", ".", "--verbose"], |
44 | 44 | ["/opt/python/cp38-cp38/bin/python", "-m", "pip", "install", "boto3", "autopep8"], |
45 | | - ["/opt/python/cp38-cp38/bin/python", "-m", "unittest", "discover", "--verbose"], |
46 | | - ["echo", "------ Python 3.7 ------"], |
47 | | - ["/opt/python/cp37-cp37m/bin/python", "-m", "pip", "install", "--upgrade", "pip", "setuptools"], |
48 | | - ["/opt/python/cp37-cp37m/bin/python", "-m", "pip", "install", ".", "--verbose"], |
49 | | - ["/opt/python/cp37-cp37m/bin/python", "-m", "pip", "install", "boto3", "autopep8"], |
50 | | - ["/opt/python/cp37-cp37m/bin/python", "-m", "unittest", "discover", "--verbose"] |
| 45 | + ["/opt/python/cp38-cp38/bin/python", "-m", "unittest", "discover", "--verbose"] |
51 | 46 | ], |
52 | 47 | "run_tests": false, |
53 | 48 | "_comment": "manylinux has all its own build steps, turn off 'tests' which is where normal build steps are declared. using data to program sucks" |
|
0 commit comments