Skip to content

Commit 638bc05

Browse files
travis update
1 parent 0d9c91e commit 638bc05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ install:
66
- pip install -e .[test]
77
- pip install -e .
88
- pip install pytest-cov
9-
script: py.test --cov=. --cov-report term-missing
109
env:
1110
global:
1211
- CI=true
@@ -23,7 +22,12 @@ notifications:
2322
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
2423
jobs:
2524
include:
25+
- python: 2.7
26+
stage: Tests
27+
script: py.test --cov=. --cov-report term-missing
2628
- python: 3.6
29+
stage: Test
30+
script: py.test --cov=. --cov-report term-missing
2731
stage: Deploy
2832
before_deploy:
2933
- python3 setup.py sdist

0 commit comments

Comments
 (0)