File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ _test: &_test
10
10
- bash <(curl -s https://codecov.io/bash) -e TOXENV -f $TRAVIS_BUILD_DIR/coverage.xml
11
11
_autorest_install : &_autorest_install
12
12
before_install :
13
- - git clone --recursive https://github.com/Azure/autorest.python.git
14
- - sudo apt-get install libunwind8-dev
15
- - nvm install 8
13
+ - git clone https://github.com/Azure/autorest.python.git --branch autorestv3 --single-branch
14
+ - nvm install 10
16
15
- pushd autorest.python
17
- - npm install # Install test server pre-requisites
16
+ - npm install "@microsoft.azure/autorest.testserver" # Install test server pre-requisites
18
17
- popd
19
18
jobs :
20
19
include :
Original file line number Diff line number Diff line change
1
+ pushd autorest.python/test/vanilla/ && pip install -r requirements.txt && popd
Original file line number Diff line number Diff line change 8
8
PythonLogLevel =30
9
9
deps =
10
10
-rdev_requirements.txt
11
+ commands_pre =
12
+ autorest: bash ./autorest_setup.sh
11
13
commands =
12
14
pytest --cov =msrest tests/
13
15
autorest: pytest --cov =msrest --cov-append autorest.python/test/vanilla/
You can’t perform that action at this time.
0 commit comments