Skip to content

Commit

Permalink
Merge pull request #129 from uploadcare/travis-stages
Browse files Browse the repository at this point in the history
divide test into stages
  • Loading branch information
dmitry-mukhin committed Jul 5, 2017
2 parents c84acb0 + 4cc4d65 commit b13b6c7
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 @@ -31,9 +31,11 @@ matrix:
env: DJANGO=1.8

# integration tests
- python: 2.7
- stage: integration tests
python: 2.7
env: DJANGO=1.10 SUITE="tests/integration"
- python: 3.5
- stage: integration tests
python: 3.5
env: DJANGO=1.10 SUITE="tests/integration"

cache:
Expand Down

0 comments on commit b13b6c7

Please sign in to comment.