Skip to content

Commit

Permalink
Merge 7b6d627 into bbb8cc2
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong committed Jan 7, 2019
2 parents bbb8cc2 + 7b6d627 commit a45a367
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python

python:
- "2.7"
- "3.4"
Expand All @@ -7,6 +8,7 @@ python:
- "3.7"
- "pypy"
- "pypy3"

install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
before_script: "pep8"
addons:
Expand All @@ -22,7 +24,7 @@ stages:

jobs:
include:
- stage: 'Integration tests'
- stage: 'Trigger Integration tests'
env: SDK=python
language: python
before_install: skip
Expand All @@ -33,3 +35,7 @@ jobs:
script:
- "ci/trigger_fullstack-sdk-compat.sh"
after_success: skip

- stage: 'Unit tests'
if: TRAVIS_PYTHON_VERSION =~ /^3.7/
dist: xenial

0 comments on commit a45a367

Please sign in to comment.