We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5226949 commit 2d5c6adCopy full SHA for 2d5c6ad
.travis.yml
@@ -17,8 +17,10 @@ branches:
17
- master
18
- /^dependabot.*$/
19
install:
20
+- travis_retry pip install --upgrade pip
21
+- pip -V
22
- travis_retry pip install -r requirements.txt
-- pip install -e .
23
+- travis_retry pip install -e .
24
script:
25
- "./scripts/pep8check.sh"
26
- "./scripts/coverage.sh"
@@ -29,4 +31,4 @@ jobs:
29
31
30
32
- npm prune
33
- npm i
- - npx semantic-release
34
+ - npx semantic-release
0 commit comments