Skip to content

Commit

Permalink
updated build
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Nov 26, 2020
1 parent 0938a80 commit f8a5d88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

python:
- "3.6"
- "3.8"

cache:
apt: true
Expand All @@ -25,7 +25,8 @@ install:
- conda config --add channels conda-forge
- conda config --add channels bioconda
- conda info -a
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib pytest libgfortran pysam htseq pybedtools bedtools palettable pybigwig coverage coveralls python-coveralls scikit-learn
- conda install --yes python=$TRAVIS_PYTHON_VERSION pytest scipy "matplotlib-base>=2" "pysam>=0.15.0" htseq pybedtools palettable scikit-learn pybigwig coverage coveralls python-coveralls


# # command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit f8a5d88

Please sign in to comment.