Skip to content

Commit

Permalink
Merge pull request #110 from ReactionMechanismGenerator/condaEnv
Browse files Browse the repository at this point in the history
Travis: create anaconda environment using environment_linux.yml
  • Loading branch information
connie authored Jul 4, 2016
2 parents b3605f7 + fa9106f commit 923d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
- cd RMG-Py

install:
- conda env create
- conda env create -f environment_linux.yml
- source activate rmg_env
- make

Expand Down

0 comments on commit 923d03a

Please sign in to comment.