Skip to content

Commit a40b4fa

Browse files
committed
As magicbus isn't yet stable on Python 3, cut releases on Python 2.
1 parent 90d5348 commit a40b4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ matrix:
99
jobs:
1010
fast_finish: true
1111
include:
12-
- python: 2.7
12+
- python: &latest_stable 2.7
1313
- python: &latest_py3 3.6
1414
- stage: deploy
1515
if: tag IS present
16-
python: *latest_py3
16+
python: *latest_stable
1717
install: skip
1818
script: skip
1919
deploy:

0 commit comments

Comments
 (0)