Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Dec 14, 2019
1 parent a102c32 commit e633d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python: 3.6
python: 3.8
install:
- pip install -r requirements.txt
- pip install .
- pip install -e .
script:
- black .
- pytest --cov=rail
Expand Down

0 comments on commit e633d29

Please sign in to comment.