Skip to content

Commit

Permalink
Some cleanings in the Travis build script
Browse files Browse the repository at this point in the history
Allow Python 2.6 to break wuthout breaking all the script
  • Loading branch information
mohierf committed Feb 26, 2018
1 parent dcc7a62 commit b185e59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ matrix:
env: TEST_SUITE=codingstandard
- python: "2.6"
env: TEST_SUITE=virtualenv

matrix:
fast_finish: true
allow_failures:
- python: "2.6"
env: TEST_SUITE=unit_tests
- python: "2.6"

services:
- mongodb
Expand Down

0 comments on commit b185e59

Please sign in to comment.