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

fix: run test builds for py2.7 and py3.7

This commit is contained in:
Gavin D'souza 2020-08-05 13:59:00 +05:30
parent 939d3d5c6d
commit 3ea6634328

View File

@ -55,6 +55,16 @@ matrix:
env: TEST=bench
script: python bench/tests/test_setup_production.py TestSetupProduction.production
- name: "Python 2.7 Tests"
python: 2.7
env: TEST=bench
script: python -m unittest -v bench.tests.test_init
- name: "Python 3.7 Tests"
python: 3.7
env: TEST=bench
script: python -m unittest -v bench.tests.test_init
- name: "Python 3.6 Easy Install"
python: 3.6
env: TEST=easy_install