Skip to content

Commit

Permalink
[#299] Run ckan and ckanext tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Feb 5, 2013
1 parent f87ebf4 commit 7496756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
- paster --plugin=ckan db init
- sed -i -e 's/ -W//g' ckanext/datastore/bin/datastore_setup.py
- paster datastore set-permissions postgres
script: "nosetests --ckan ckan && nosetests --ckan --with-pylons=test-core.ini --nologcapture --cover-package=ckanext.datastore ckanext/datastore/tests -x"
script: "nosetests --ckan --with-pylons=test-core.ini --nologcapture ckan ckanext"
notifications:
irc:
channels:
Expand Down

0 comments on commit 7496756

Please sign in to comment.