Skip to content

Commit

Permalink
--user argument not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsilk committed Aug 16, 2017
1 parent fe9ce79 commit 1203e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
install:
- docker run -d --name qgis-testing-environment -v ${TRAVIS_BUILD_DIR}:/tests_directory -e DISPLAY=:99 qgis-testing-environment
- sleep 10
- docker exec -it qgis-testing-environment sh -c "pip install --user codecov"
- docker exec -it qgis-testing-environment sh -c "pip install codecov"
- docker exec -it qgis-testing-environment sh -c "qgis_setup.sh ${PLUGIN_NAME}"
- docker exec -it qgis-testing-environment sh -c "ln -s /tests_directory /root/.qgis2/python/plugins/${PLUGIN_NAME}"

Expand Down

0 comments on commit 1203e31

Please sign in to comment.