mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
bench init with preferred Python EXEC for CI (#13336)
* bench_init.sh added python executable flag for environment setup * Added future python build matrix * udpate build matrix * Update .travis.yml * Update .travis.yml
This commit is contained in:
committed by
Nabin Hait
parent
95e60927b4
commit
2ec5b5ed8e
@@ -3,6 +3,11 @@ dist: trusty
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
|
||||
matrix:
|
||||
- allow_failures:
|
||||
- python: "3.6"
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
Reference in New Issue
Block a user