Skip to content

Commit

Permalink
Merge pull request #658 from nextstrain/fix-python-in-ci
Browse files Browse the repository at this point in the history
Use correct Python versions in CI environments
  • Loading branch information
huddlej authored Jan 5, 2021
2 parents 812cefb + ff91b47 commit aabef3c
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 @@ -24,7 +24,7 @@ jobs:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda env create -f environment.yml
- conda create -n augur -c bioconda python=$TRAVIS_PYTHON_VERSION mafft raxml fasttree iqtree vcftools pip
- source activate augur
install:
- pip install -e .[dev]
Expand Down

0 comments on commit aabef3c

Please sign in to comment.