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 4101805 commit efbadb9Copy full SHA for efbadb9
.travis.yml
@@ -1,8 +1,12 @@
1
language: python
2
+python:
3
+- '3.6'
4
+- '2.7'
5
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
@@ -19,11 +23,6 @@ notifications:
19
23
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
20
24
jobs:
21
25
include:
22
- - stage: Tests
- python:
- - '2.7'
- - '2.6'
26
- script: py.test --cov=. --cov-report term-missing
27
- python: 3.6
28
stage: Deploy
29
before_deploy:
0 commit comments