Skip to content

Commit

Permalink
added cashing to travis-ci, removed machine specific paths from defa…
Browse files Browse the repository at this point in the history
…ult_config.yml
  • Loading branch information
Adam R. Rivers committed Dec 12, 2017
1 parent fe7540a commit c3fb3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: python
cashe: pip
python:
- "3.5"
- "3.6"
Expand Down
3 changes: 2 additions & 1 deletion vica/vica_cli.py
Expand Up @@ -124,7 +124,8 @@ def parser():
type=int)
get_features.add_argument(
'--minhashlocal', help="A flag to use a local version of a minhash \
database rather than a remote server. Default is false.",
database rather than a remote server. Default is false. relevant minhash \
paths in the config file sould be updated before using --minhashlocal.",
action="store_true")
get_features.add_argument(
'--logfile',help="A file to record the analysis. If the same log file \
Expand Down

0 comments on commit c3fb3d4

Please sign in to comment.