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 a2cdb10 + 94c972e commit b494d33Copy full SHA for b494d33
.travis.yml
@@ -1,6 +1,5 @@
1
python:
2
- "2.7"
3
-group: deprecated-2017Q3
4
script:
5
- mkdir BUILD
6
# Assert that the Doxygen build produced no warnings.
@@ -36,10 +35,10 @@ before_install:
36
35
- python --version
37
- doxygen --version
38
install:
39
- - pip install -r requirements.txt
40
- - pip install pytest
41
- - pip install pylint
42
- - pip install hypothesis
43
- - pip install mock
44
- - pip install coverage
45
- - pip install coveralls
+ - pip install --user -r requirements.txt
+ - pip install --user pytest
+ - pip install --user pylint
+ - pip install --user hypothesis
+ - pip install --user mock
+ - pip install --user coverage
+ - pip install --user coveralls
0 commit comments