Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 31, 2019
1 parent 26fd9ab commit c441cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ matrix:
- pip install black flake8
script:
- flake8 .
- black --check feincms3 tests
- black --check form_designer tests
allow_failures:
- env: REQ="https://github.com/django/django/archive/master.zip#egg=Django"
install:
- pip install -U pip wheel
- pip install $REQ django-mptt Pillow
- python setup.py install
script: cd tests && ./manage.py test -v2 testapp"
script: cd tests && ./manage.py test -v2 testapp

0 comments on commit c441cf2

Please sign in to comment.