Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 22, 2014
1 parent 73c23be commit c5cbee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -30,4 +30,4 @@ install:
- pip install -q Django==$DJANGO FeinCMS==$FEINCMS django-mptt==0.6.0 factory_boy==2.2.1 pytz==2013.8 flake8 --use-mirrors - pip install -q Django==$DJANGO FeinCMS==$FEINCMS django-mptt==0.6.0 factory_boy==2.2.1 pytz==2013.8 flake8 --use-mirrors
- python setup.py -q install - python setup.py -q install
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: "cd tests && ./manage.py test testapp && flake8 ." script: "(cd tests && ./manage.py test testapp) && flake8 ."

0 comments on commit c5cbee7

Please sign in to comment.