We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb8cc2 commit 7b6d627Copy full SHA for 7b6d627
.travis.yml
@@ -1,4 +1,5 @@
1
language: python
2
+
3
python:
4
- "2.7"
5
- "3.4"
@@ -7,6 +8,7 @@ python:
7
8
- "3.7"
9
- "pypy"
10
- "pypy3"
11
12
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
13
before_script: "pep8"
14
addons:
@@ -22,7 +24,7 @@ stages:
22
24
23
25
jobs:
26
include:
- - stage: 'Integration tests'
27
+ - stage: 'Trigger Integration tests'
28
env: SDK=python
29
30
before_install: skip
@@ -33,3 +35,7 @@ jobs:
33
35
script:
34
36
- "ci/trigger_fullstack-sdk-compat.sh"
37
after_success: skip
38
39
+ - stage: 'Unit tests'
40
+ if: TRAVIS_PYTHON_VERSION =~ /^3.7/
41
+ dist: xenial
0 commit comments