2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 12:39:01 +00:00

chore: Use 3.5, 3.7 and 3.8 to test install.py

3.4 isn't available so let's not!
This commit is contained in:
Gavin D'souza 2020-08-15 11:20:19 +05:30
parent 892b449cd6
commit 5c8e9f2e55

View File

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