Skip to content

Commit

Permalink
Install yaml too
Browse files Browse the repository at this point in the history
  • Loading branch information
jchodera committed Jun 24, 2017
1 parent 02c6351 commit 9c6ff24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
- conda config --add channels omnia
- conda config --add channels https://conda.anaconda.org/omnia/label/dev
# Install extras for testing
- conda install --yes --quiet pip nose nose-timer parmed
- conda install --yes --quiet pip nose nose-timer
# Build the recipe
- echo "Building the recipe..."
- conda build devtools/conda-recipe
Expand All @@ -33,6 +33,7 @@ script:
- echo "Testing the installed openmmforcefields ffxml files..."
- cd devtools && nosetests ${PACKAGENAME}.tests.test_amber_import --nocapture --verbosity=2 --with-timer -a '!slow' && cd ..
# Test AMBER conversion
- conda install --yes --quiet parmed yaml
- echo "Testing AMBER conversion..."
- cd amber && python convert_amber.py && cd ..
# Test CHARMM conversion
Expand Down

0 comments on commit 9c6ff24

Please sign in to comment.