Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2aa5a01 + 3f29d5d commit 8b188d2Copy full SHA for 8b188d2
.travis.yml
@@ -3,4 +3,5 @@ language: "python"
3
sudo: false # containerised builds
4
install:
5
- "pip install -q -r requirements_for_tests.txt"
6
+ - "pip freeze"
7
script: "make test"
0 commit comments