|
|
@@ -9,6 +9,8 @@ matrix: |
|
|
|
before_script: |
|
|
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* |
|
|
|
- git fetch --unshallow |
|
|
|
- git checkout $TRAVIS_BRANCH |
|
|
|
- git reset --hard $TRAVIS_COMMIT |
|
|
|
script: |
|
|
|
- "cd test && python3 -m nose --rednose --verbose" |
|
|
|
env: |
|
|
@@ -31,6 +33,8 @@ matrix: |
|
|
|
before_install: |
|
|
|
- git config --replace-all remote.origin.fetch +refs/heads/*:refs/remotes/origin/* |
|
|
|
- git fetch --unshallow |
|
|
|
- git checkout $TRAVIS_BRANCH |
|
|
|
- git reset --hard $TRAVIS_COMMIT |
|
|
|
- pip3 install -r requirements.txt |
|
|
|
- brew link gcc |
|
|
|
- export PATH="/usr/local/bin:$PATH" |
|
|
|