forked from myint/scspell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (23 loc) · 797 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: python
matrix:
include:
- python: "2.7"
os: linux
- python: "3.2"
os: linux
- python: "3.3"
os: linux
- python: "3.4"
os: linux
- python: "3.5"
os: linux
- os: osx
language: generic
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo pip install --quiet git+https://github.com/myint/cram.git || cat /Users/travis/Library/logs/pip.log; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then pip install --quiet git+https://github.com/myint/cram.git; fi
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo python setup.py --quiet install; fi
- if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then python setup.py --quiet install; fi
script:
- cram --indent=4 test.cram