Skip to content

Commit 678957d

Browse files
committed
Move python version to test stage
1 parent fbf24f6 commit 678957d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ sudo: false
22
language: python
33
cache: pip
44

5-
python:
6-
- '2.7'
7-
- '3.6'
8-
95
stages:
106
- name: test
117
- name: deploy
@@ -14,6 +10,9 @@ stages:
1410
jobs:
1511
include:
1612
- stage: test
13+
python:
14+
- '2.7'
15+
- '3.6'
1716
install:
1817
- pip install tox-travis python-coveralls
1918
script:

0 commit comments

Comments
 (0)