Skip to content

Commit

Permalink
Travis update 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
troygrosfield committed Jan 22, 2016
1 parent 5d382aa commit 3e192bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,9 @@ env:
matrix:
exclude:
- python: 3.5
env: DJANGO=">=1.8,<1.9"
env: DJANGO=">=1.8,<1.9" CUSTOM_USER_MODEL=0 MODE=standalone REQUIREMENTS=development7 SETTINGS=facebook_example.settings TESTS=django_facebook open_facebook
- python: 3.5
env: DJANGO=">=1.8,<1.9" CUSTOM_USER_MODEL=1 MODE=standalone REQUIREMENTS=development7 SETTINGS=facebook_example.settings TESTS=django_facebook open_facebook
postgres:
adapter: sqlite3
database: django_fb_test
Expand Down

0 comments on commit 3e192bc

Please sign in to comment.