prevent Travis caching (#590)

* change CI install

* change CI install

* change CI install
This commit is contained in:
Jirka Borovec 2019-12-07 14:49:10 +01:00 committed by William Falcon
parent f7e1040236
commit c6e0dbedd0
1 changed files with 7 additions and 1 deletions

View File

@ -70,8 +70,14 @@ before_script:
script:
# integration
- tox --sitepackages
- pip install --editable .
#- python setup.py install --dry-run --user
- virtualenv vEnv ;
source vEnv/bin/activate
- pip install --editable . ;
cd .. & python -c "import pytorch_lightning ; print(pytorch_lightning.__version__)"
- deactivate ;
rm -rf vEnv
after_success:
- coverage report