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 5942bb2 commit 4101805Copy full SHA for 4101805
.travis.yml
@@ -19,12 +19,12 @@ notifications:
19
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
20
jobs:
21
include:
22
- - python: 2.7
23
- stage: Tests
+ - stage: Tests
+ python:
24
+ - '2.7'
25
+ - '2.6'
26
script: py.test --cov=. --cov-report term-missing
27
- python: 3.6
- stage: Test
- script: py.test --cov=. --cov-report term-missing
28
stage: Deploy
29
before_deploy:
30
- python3 setup.py sdist
0 commit comments