소스 검색

Use 3.5 nightly in build matrix

'nightly' now follows Python 3.6
Use '3.5-dev' for Python 3.5 nightly
http://docs.travis-ci.com/user/languages/python/#On-demand-installations

Partially resolves issue #112
tags/v0.4.1
John Vandenberg 8 년 전
부모
커밋
7c303eec45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 파일 보기

@@ -5,7 +5,7 @@ python:
- 3.2
- 3.3
- 3.4
- nightly
- 3.5-dev
install:
- pip install coveralls
- python setup.py build


불러오는 중...
취소
저장