Skip to content

Commit efbadb9

Browse files
travis update
1 parent 4101805 commit efbadb9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
language: python
2+
python:
3+
- '3.6'
4+
- '2.7'
25
install:
36
- pip install -e .[test]
47
- pip install -e .
58
- pip install pytest-cov
9+
script: py.test --cov=. --cov-report term-missing
610
env:
711
global:
812
- CI=true
@@ -19,11 +23,6 @@ notifications:
1923
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
2024
jobs:
2125
include:
22-
- stage: Tests
23-
python:
24-
- '2.7'
25-
- '2.6'
26-
script: py.test --cov=. --cov-report term-missing
2726
- python: 3.6
2827
stage: Deploy
2928
before_deploy:

0 commit comments

Comments
 (0)