Commit 37edd2f9 authored by leswing's avatar leswing
Browse files

Update Travis To Start Testing 3.6

parent 1d8a623c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ python:
- '2.7'
- '3.5'
- '3.6'
- '3.7'
sudo: required
dist: trusty
install:
+2 −2
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ via this installation procedure.
### Easy Install via Conda

```bash
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.0.0
conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.1.0
```
**Note:** `Easy Install` installs the latest stable version of `deepchem` and _does not install from source_. If you need to install from source make sure you follow the steps [here](#using-a-conda-environment).

@@ -183,4 +183,4 @@ DeepChem is supported by a number of corporate partners who use DeepChem to solv


## Version
2.0.0
2.1.0
+5 −4
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ import unittest


class TestDeepchemBuild(unittest.TestCase):

  def setUp(self):
    pass

+2 −4
Original line number Diff line number Diff line
@@ -8,10 +8,8 @@ source activate $envname
python setup.py install

echo "About to install numpydoc, s3cmd"
pip install -I sphinx==1.3.5 sphinx_bootstrap_theme
pip install numpydoc s3cmd msmb_theme sphinx_rtd_theme nbsphinx delegator.py
conda install -y -q jupyter
conda install -y -q matplotlib
yes | pip install -I sphinx==1.3.5 sphinx_bootstrap_theme
yes | pip install numpydoc s3cmd msmb_theme sphinx_rtd_theme nbsphinx delegator.py

cd examples/notebooks
python ../../devtools/jenkins/convert_to_rst.py