mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Test installation of the package.
This commit is contained in:
parent
18579ed0a6
commit
6bdcd0284b
1 changed files with 6 additions and 1 deletions
|
|
@ -29,7 +29,12 @@ before_install:
|
|||
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||
install:
|
||||
- pip install tox==2.5.0
|
||||
script: tox -e $TOX_ENV
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue