Skip to content

Commit

Permalink
Running tests with pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Negara committed Feb 15, 2019
1 parent c15c438 commit 535cb48
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,11 @@ python: 3.6
install:
- export TEST_ENV=true
- ./startup.sh
- pip install python-coveralls
- pip install pytest
- pip install pytest-cov
- pip install coveralls
script:
- coverage run tests/runtests.py
- pytest tabpy-server/server_tests/ --cov=tabpy-server/
- pytest tabpy-tools/client_tests/ --cov=tabpy-tools/
after_success:
- coveralls

0 comments on commit 535cb48

Please sign in to comment.