mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
fix: run test builds for py2.7 and py3.7
This commit is contained in:
parent
939d3d5c6d
commit
3ea6634328
10
.travis.yml
10
.travis.yml
@ -55,6 +55,16 @@ matrix:
|
|||||||
env: TEST=bench
|
env: TEST=bench
|
||||||
script: python bench/tests/test_setup_production.py TestSetupProduction.production
|
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"
|
- name: "Python 3.6 Easy Install"
|
||||||
python: 3.6
|
python: 3.6
|
||||||
env: TEST=easy_install
|
env: TEST=easy_install
|
||||||
|
Loading…
Reference in New Issue
Block a user