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 7051fd8 commit 445e70eCopy full SHA for 445e70e
.travis.yml
@@ -5,7 +5,7 @@ before_install:
5
- pip install codecov
6
# command to install dependencies
7
install:
8
- - "pip install -r ./project/requirements.txt"
+ - "pip install -r requirements.txt"
9
# command to run tests
10
script:
11
- python -m unittest discover
0 commit comments