Skip to content

Commit 923d03a

Browse files
authored
Merge pull request #110 from ReactionMechanismGenerator/condaEnv
Travis: create anaconda environment using environment_linux.yml
2 parents b3605f7 + fa9106f commit 923d03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
- cd RMG-Py
2929

3030
install:
31-
- conda env create
31+
- conda env create -f environment_linux.yml
3232
- source activate rmg_env
3333
- make
3434

0 commit comments

Comments
 (0)