Skip to content

Commit

Permalink
Add MD basics tutorial, update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andysim committed Oct 3, 2017
1 parent 18e91d4 commit 3302524
Show file tree
Hide file tree
Showing 5 changed files with 834 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- conda update -q conda
- conda info -a
- if [[ "$PYTHON_VER" == "2.7" ]]; then
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter -c psi4;
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.12 matplotlib jupyter scipy -c psi4;
else
conda create -q -n p4env python=$PYTHON_VER ci-psi4 psi4 numpy=1.13 matplotlib jupyter scipy -c psi4/label/dev -c psi4;
fi
Expand Down
Loading

0 comments on commit 3302524

Please sign in to comment.