2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

chore: Use 3.4, 3.6 and 3.8 to test install.py

Previously, tests were run for 3.6, 3.7 and 3.8; Changed the targets to
have more range of the versions
This commit is contained in:
Gavin D'souza 2020-08-14 20:45:50 +05:30
parent f032fc0b86
commit 892b449cd6

View File

@ -65,13 +65,13 @@ matrix:
env: TEST=bench
script: python -m unittest -v bench.tests.test_init
- name: "Python 3.6 Easy Install"
python: 3.6
- name: "Python 3.4 Easy Install"
python: 3.4
env: TEST=easy_install
script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose
- name: "Python 3.7 Easy Install"
python: 3.7
- name: "Python 3.6 Easy Install"
python: 3.6
env: TEST=easy_install
script: sudo python $TRAVIS_BUILD_DIR/install.py --user travis --run-travis --production --verbose