Skip to content

Commit 4101805

Browse files
travis update
1 parent 5942bb2 commit 4101805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ notifications:
1919
- Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}>) of %{repository_slug}@%{branch}%{result}
2020
jobs:
2121
include:
22-
- python: 2.7
23-
stage: Tests
22+
- stage: Tests
23+
python:
24+
- '2.7'
25+
- '2.6'
2426
script: py.test --cov=. --cov-report term-missing
2527
- python: 3.6
26-
stage: Test
27-
script: py.test --cov=. --cov-report term-missing
2828
stage: Deploy
2929
before_deploy:
3030
- python3 setup.py sdist

0 commit comments

Comments
 (0)