Skip to content

Commit

Permalink
test python 3.6 and python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Mar 21, 2019
1 parent 1d77cb9 commit e40aa57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language: generic
env:
global:
- COMMIT_AUTHOR_EMAIL: "f.zapata@esciencecenter.nl"
matrix:
- PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7

install:
# Install python
Expand All @@ -17,7 +20,7 @@ install:
- conda info -a

# Install virtual enviroment
- conda create --name qmflows python=3.6
- conda create --name qmflows python=${PYTHON_VERSION}
- source activate qmflows
- conda install -c conda-forge h5py rdkit

Expand Down

0 comments on commit e40aa57

Please sign in to comment.