commit | 2ec5b5ed8e4413e9f39ce665e1870528d6d979ff | [log] [tgz] |
---|---|---|
author | Achilles Rasquinha <achillesrasquinha@gmail.com> | Thu May 24 04:46:12 2018 -0500 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 24 15:16:12 2018 +0530 |
tree | be5593956a519b14806086f3914d249b26814780 | |
parent | 95e60927b4bf9e83aa2f2af4dcfa8e067a36056d [diff] [blame] |
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
diff --git a/.travis.yml b/.travis.yml index 70df757..74ed7b7 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -3,6 +3,11 @@ python: - "2.7" + - "3.6" + + matrix: + - allow_failures: + - python: "3.6" services: - mysql