Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
earonesty committed Nov 22, 2019
1 parent 2b87159 commit f4890e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.6"
- "3.7"
install:
- ./reqs.sh
- pip install -r reqs.txt
script:
- ./test.sh
after_success:
Expand Down
7 changes: 0 additions & 7 deletions reqs.sh

This file was deleted.

4 changes: 4 additions & 0 deletions reqs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest>=4.4
pytest-cov
pytest-xdist
codecov

0 comments on commit f4890e4

Please sign in to comment.