mirror of https://github.com/zulip/zulip.git
travis-ci: add production Python 3 test suite.
- Add production testing to .travis.yml file for PY3 env Fixes #1710.
This commit is contained in:
parent
14545d1647
commit
7c3ffa6790
|
@ -31,6 +31,8 @@ matrix:
|
|||
include:
|
||||
- python: "3.4"
|
||||
env: TEST_SUITE=static-analysis
|
||||
- python: "3.4"
|
||||
env: TEST_SUITE=production
|
||||
- python: "2.7"
|
||||
env: TEST_SUITE=production
|
||||
# command to run tests
|
||||
|
|
Loading…
Reference in New Issue