소스 검색

Added Python version to TravisCI configuration

pull/147/head
Johannes 8 년 전
부모
커밋
13ce3334c4
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      .travis.yml

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

@@ -1 +1,6 @@
language: python
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt

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