Skip to content

Commit

Permalink
Updates .travis.yml after some weird errors about installing from req…
Browse files Browse the repository at this point in the history
…uirements.txt still.
  • Loading branch information
MatthewRalston committed Jan 12, 2021
1 parent 09c685b commit 425e4d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
python:
- "3.7.4"
before_install:
- sudo apt-get -y install r-base
install:
- pip install -r requirements.txt
- pip install .
- pip install pytest pytest-cov coveralls
script:
- pytest --cov=kmerdb/
Expand Down

0 comments on commit 425e4d3

Please sign in to comment.