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:
K.Kanakhin
2016-10-10 23:58:01 +06:00
committed by Tim Abbott
parent 14545d1647
commit 7c3ffa6790

View File

@@ -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