Skip to content

Commit

Permalink
test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Oct 5, 2017
1 parent eb53cdd commit b9f9db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ command:
- pip install -q -r ckan/dev-requirements.txt --allow-all-external
- cd ckan; python setup.py develop
- cd ckan; paster db init -c test-core.ini
- pip install -q -r test-requirements.txt --allow-all-external
- nosetests --with-pylons=subdir/test_subclass.ini --nologcapture ckanext.scheming.tests.test_dataset_display ckanext.scheming.tests.test_form:TestDatasetFormNew ckanext.scheming.tests.test_dataset_logic
- nosetests --with-pylons=subdir/test.ini --nologcapture
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
factory-boy==2.1.1
mock==2.0.0

0 comments on commit b9f9db1

Please sign in to comment.