Skip to content

Commit

Permalink
removed tox, using setup.py install
Browse files Browse the repository at this point in the history
  • Loading branch information
AirMicrodot committed Mar 12, 2019
1 parent 8fe4e8d commit 51715d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ matrix:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
- python setup.py install
script:
- python -m pytest --cov=diagnostics
#- tox # TODO: can get tox to work
- python -m pytest --cov=diagnostics --cov-report html
after_success:
- coveralls
14 changes: 0 additions & 14 deletions tox.ini

This file was deleted.

0 comments on commit 51715d1

Please sign in to comment.