Browse Source

Only test my apps, django ones are broken in some instances.

tags/v0.4.1
Isaac Bythewood 12 years ago
parent
commit
d26d94b784
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -5,4 +5,4 @@ python:
# command to install dependencies
install: pip install -r requirements.txt
# command to run tests
script: python manage.py test
script: python manage.py test core pins api

Loading…
Cancel
Save