Skip to content

Commit

Permalink
travis-ci: add production Python 3 test suite.
Browse files Browse the repository at this point in the history
- Add production testing to .travis.yml file for PY3 env

Fixes zulip#1710.
  • Loading branch information
kkanahin authored and timabbott committed Oct 11, 2016
1 parent 14545d1 commit 7c3ffa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c3ffa6

Please sign in to comment.