Skip to content

Commit

Permalink
Install as editable package
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkurn committed Feb 3, 2019
1 parent 16062e8 commit 25ad2cf
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 @@ -10,7 +10,7 @@ before_install:
- export LD_LIBRARY_PATH="$HOME/miniconda/envs/pytorch-crf/lib:$LD_LIBRARY_PATH"
install:
- pip install --ignore-installed -r requirements.txt
- pip install .
- pip install -e .
script: pytest
after_success:
- pip install coveralls
Expand Down

0 comments on commit 25ad2cf

Please sign in to comment.