Skip to content

Commit

Permalink
Merge pull request #789 from arose/hainm-patch-2
Browse files Browse the repository at this point in the history
add python 3.7 to travis test, drop 2.7
  • Loading branch information
hainm committed Apr 25, 2019
2 parents 455ed91 + 787c6c7 commit 3a51ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: cpp

matrix:
include:
- { os: linux, env: PYTHON_VERSION=2.7 }
- { os: linux, env: PYTHON_VERSION=3.7 }
- { os: linux, env: PYTHON_VERSION=3.6 }
# - { os: linux, env: PYTHON_VERSION=3.6 CONDA_BUILD=True} # turn on if ipywidgets=7 is built
- { os: linux, env: PYTHON_VERSION=3.6 TESTJS=True}
Expand Down
2 changes: 1 addition & 1 deletion conda-requirements-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
conda install mdanalysis=0.16.2 -c conda-forge --yes
conda install mdtraj=1.8.0 -c conda-forge --yes
conda install rdkit -c rdkit --yes
conda install simpletraj -c omnia --yes
# conda install simpletraj -c omnia --yes # install via pip since simpletraj is not available in py3.7 yet.

# > 100 MB
# conda install ambertools=17 -c http://ambermd.org/downloads/ambertools/conda/ --yes
1 change: 1 addition & 0 deletions pip-requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ parmed
pytraj
biopython
pymatgen
simpletraj

# movie making
matplotlib==2.0.2
Expand Down

0 comments on commit 3a51ef3

Please sign in to comment.