Skip to content

Commit

Permalink
Add freezefrog for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkemp101 committed Oct 3, 2018
1 parent c1e0c66 commit 45ee6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults: &defaults
- checkout
- run:
name: Install dependencies
command: sudo pip install -r requirements.txt psutil pytest
command: sudo pip install -r requirements.txt freezefrog psutil pytest
- run:
name: Test
command: pytest
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
]

tests_require = install_requires + [
'freezefrog',
'pytest',
'psutil',
]
Expand Down

0 comments on commit 45ee6cc

Please sign in to comment.