File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5050 pip install wheel
5151 sudo apt-get install -qq ruby-dev
5252 PATH="$PATH:~/.local/bin"
53- .travis /after_success.sh
53+ .ci /after_success.sh
5454 env :
5555 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
5656
Original file line number Diff line number Diff line change 3636 with :
3737 path : ~/.cache/pip
3838 key :
39- ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.travis /*.sh') }}
39+ ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.ci /*.sh') }}
4040 restore-keys : |
4141 ${{ matrix.os }}-${{ matrix.python-version }}-
4242
4646 with :
4747 path : ~/Library/Caches/pip
4848 key :
49- ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.travis /*.sh') }}
49+ ${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/.ci /*.sh') }}
5050 restore-keys : |
5151 ${{ matrix.os }}-${{ matrix.python-version }}-
5252
6161 - name : Install Linux dependencies
6262 if : startsWith(matrix.os, 'ubuntu')
6363 run : |
64- .travis /install.sh
64+ .ci /install.sh
6565
6666 - name : Install macOS dependencies
6767 if : startsWith(matrix.os, 'macOS')
@@ -70,11 +70,11 @@ jobs:
7070
7171 - name : Build
7272 run : |
73- .travis /build.sh
73+ .ci /build.sh
7474
7575 - name : Test
7676 run : |
77- .travis /test.sh
77+ .ci /test.sh
7878
7979 - name : Upload errors
8080 uses : actions/upload-artifact@v1
8686 - name : After success
8787 if : success()
8888 run : |
89- .travis /after_success.sh
89+ .ci /after_success.sh
9090 env :
9191 MATRIX_OS : ${{ matrix.os }}
9292 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
Original file line number Diff line number Diff line change @@ -45,20 +45,20 @@ install:
4545 if [ "$LINT" == "true" ]; then
4646 pip install tox
4747 else
48- .travis /install.sh;
48+ .ci /install.sh;
4949 fi
5050
5151script :
5252- |
5353 if [ "$LINT" == "true" ]; then
5454 tox -e lint
5555 else
56- .travis /build.sh
57- .travis /test.sh
56+ .ci /build.sh
57+ .ci /test.sh
5858 fi
5959
6060after_success :
6161- |
6262 if [ "$LINT" == "" ]; then
63- .travis /after_success.sh
63+ .ci /after_success.sh
6464 fi
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ global-exclude .git*
2626global-exclude *.pyc
2727global-exclude *.so
2828prune .azure-pipelines
29- prune .travis
29+ prune .ci
You can’t perform that action at this time.
0 commit comments