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 aeac865 commit 42a4c04Copy full SHA for 42a4c04
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
script:
22
# Modify sitecustomize.py file for coverage. Allows to cover files run in a subprocess.
23
- touch "/home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/lib/python${TRAVIS_PYTHON_VERSION}/sitecustomize.py"
24
- - echo "import coverage\ncoverage.process_startup()\n" > "/home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/lib/python${TRAVIS_PYTHON_VERSION}/sitecustomize.py"
+ - echo $"import coverage\ncoverage.process_startup()\n" > "/home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/lib/python${TRAVIS_PYTHON_VERSION}/sitecustomize.py"
25
# Install pygccxml
26
- python setup.py install
27
# Run the tests with coverage
0 commit comments