Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Aug 23, 2016
1 parent a80163e commit 35196a5
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 @@ -11,6 +11,6 @@ matrix:
- python: "2.7"
env: DJANGO_VERSION=https://github.com/django/django/archive/stable/1.8.x.zip
install:
- pip install $DJANGO_VERSION --use-mirrors
- pip install . --use-mirrors
- pip install $DJANGO_VERSION
- pip install .
script: ./forms_builder/example_project/manage.py test

0 comments on commit 35196a5

Please sign in to comment.