Skip to content

Commit

Permalink
[#2216] Only test IATI import on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Jun 3, 2016
1 parent d4193c2 commit 3bb0a5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ before_install:
- sudo mkdir /var/www/ && sudo chmod -R 777 /var/www/

install:
- npm install -g yuglify
# - npm install -g yuglify
- pip install -r scripts/deployment/pip/requirements/2_rsr.txt

before_script:
- psql -c 'CREATE DATABASE travis_test;' -U postgres

script:
- python manage.py collectstatic --noinput
- python manage.py test
# - python manage.py collectstatic --noinput
- python manage.py test rsr.tests.iati_import

notifications:
email: false

0 comments on commit 3bb0a5f

Please sign in to comment.