diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 17:03:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 17:03:58 +0100 |
commit | f21038189af44e9dcea8458a66ce00bbf9b6b570 (patch) | |
tree | fee9d252495257fbfecc627bc9531ea9c6f6935f | |
parent | 87f9c5315c751896c2eef1fdbe8f93c5b151577e (diff) |
Add python-rdkit to travis configuration
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 862f118..4aca61b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ cache: packages r: - release - devel +apt_packages: + - python-rdkit |