Skip to content

Commit 7b6d627

Browse files
use xenial
1 parent bbb8cc2 commit 7b6d627

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
23
python:
34
- "2.7"
45
- "3.4"
@@ -7,6 +8,7 @@ python:
78
- "3.7"
89
- "pypy"
910
- "pypy3"
11+
1012
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
1113
before_script: "pep8"
1214
addons:
@@ -22,7 +24,7 @@ stages:
2224

2325
jobs:
2426
include:
25-
- stage: 'Integration tests'
27+
- stage: 'Trigger Integration tests'
2628
env: SDK=python
2729
language: python
2830
before_install: skip
@@ -33,3 +35,7 @@ jobs:
3335
script:
3436
- "ci/trigger_fullstack-sdk-compat.sh"
3537
after_success: skip
38+
39+
- stage: 'Unit tests'
40+
if: TRAVIS_PYTHON_VERSION =~ /^3.7/
41+
dist: xenial

0 commit comments

Comments
 (0)