mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
ci: Remove install script tests
The script has been untested and unmaintained for a while. We've asked for help in maintenance but nobody seems to want to undertake it. With newer versions of distros and packages coming out each day, setups get more and more volatile. Making these tests run in the CI don't reflect how it would go down irl as no server comes with the same base config. Apart from the base sanity, these tests are just a waste of carbon. Removing them.
This commit is contained in:
parent
eb715735bb
commit
31d9de4dec
15
.travis.yml
15
.travis.yml
@ -60,21 +60,6 @@ matrix:
|
||||
env: TEST=bench
|
||||
script: python -m unittest -v bench.tests.test_utils && python -m unittest -v bench.tests.test_init
|
||||
|
||||
- name: "Python 3.7 Easy Install"
|
||||
python: 3.7
|
||||
env: TEST=easy_install
|
||||
script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose
|
||||
|
||||
- name: "Python 3.8 Easy Install"
|
||||
python: 3.8
|
||||
env: TEST=easy_install
|
||||
script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose
|
||||
|
||||
- name: "Python 3.9 Easy Install"
|
||||
python: 3.9
|
||||
env: TEST=easy_install
|
||||
script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose
|
||||
|
||||
install:
|
||||
- pip3 install urllib3 pyOpenSSL ndg-httpsclient pyasn1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user