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 3e55bdc commit a0b2743Copy full SHA for a0b2743
.travis.yml
@@ -37,8 +37,8 @@ before_install:
37
- python --version
38
- doxygen --version
39
install:
40
- - sudo pip install -r requirements.txt
41
- - sudo pip install pytest
42
- - sudo pip install pylint
43
- - sudo pip install hypothesis
44
- - sudo pip install mock
+ - pip install -r requirements.txt
+ - pip install pytest
+ - pip install pylint
+ - pip install hypothesis
+ - pip install mock
0 commit comments