Remove uninstall command.

This commit is contained in:
Jason K. Moore 2019-10-13 14:02:21 -07:00
commit dcf7dad56f

View file

@ -34,7 +34,6 @@ script:
# testing installing with pip
- pip install -e .
- python -c "import pelican; import pelican.tools; import pelican.tests"
- pip uninstall pelican
before_deploy:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi'
- pip install githubrelease