Skip to content

Commit

Permalink
prevent Travis caching (#590)
Browse files Browse the repository at this point in the history
* change CI install

* change CI install

* change CI install
  • Loading branch information
Borda authored and williamFalcon committed Dec 7, 2019
1 parent f7e1040 commit c6e0dbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6e0dbe

Please sign in to comment.