forked from NITDgpOS/UIP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e2a1b4
commit b685811
Showing
3 changed files
with
690 additions
and
690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
language: python | ||
|
||
python: | ||
- "3.5" | ||
|
||
os: linux | ||
sudo: true | ||
|
||
before_install: | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then virtualenv venv -p python3; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi | ||
|
||
before_script: | ||
- pip3 install -r test-requirements.txt | ||
|
||
script: | ||
- python3 setup.py install | ||
- coala-ci | ||
- pytest | ||
|
||
matrix: | ||
include: | ||
- os: osx | ||
language: generic | ||
language: python | ||
|
||
python: | ||
- "3.5" | ||
|
||
os: linux | ||
sudo: true | ||
|
||
before_install: | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then virtualenv venv -p python3; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi | ||
|
||
before_script: | ||
- pip3 install -r test-requirements.txt | ||
|
||
script: | ||
- python3 setup.py install | ||
- coala-ci | ||
- pytest | ||
|
||
matrix: | ||
include: | ||
- os: osx | ||
language: generic |
Oops, something went wrong.