소스 검색

modify travis file

pull/342/head
Guillaume Vincent 8 년 전
부모
커밋
bea20cade7
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. +7
    -2
      .travis.yml

+ 7
- 2
.travis.yml 파일 보기

@@ -2,6 +2,11 @@ language: python
python:
- 3.4
- 3.5

install: pip install -r requirements.dev.txt
script: python manage.py test
script: python manage.py test
services:
- postgresql
addons:
postgresql: "9.5"
before_script:
- psql -c 'create database db;' -U postgres

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