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 0d9c91e commit 638bc05Copy full SHA for 638bc05
.travis.yml
@@ -6,7 +6,6 @@ install:
6
- pip install -e .[test]
7
- pip install -e .
8
- pip install pytest-cov
9
-script: py.test --cov=. --cov-report term-missing
10
env:
11
global:
12
- CI=true
@@ -23,7 +22,12 @@ notifications:
23
22
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
24
jobs:
25
include:
+ - python: 2.7
26
+ stage: Tests
27
+ script: py.test --cov=. --cov-report term-missing
28
- python: 3.6
29
+ stage: Test
30
31
stage: Deploy
32
before_deploy:
33
- python3 setup.py sdist
0 commit comments