Skip to content

Commit

Permalink
update README with travisCI img
Browse files Browse the repository at this point in the history
  • Loading branch information
david30907d committed Aug 6, 2017
1 parent 94d80a1 commit 4586ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
install:
- pip install -r requirements.txt
script:
- cd calApi; python manage.py migrate;
- python calApi/manage.py migrate;
- bash run.sh
- cd calApi; python manage.py test;

0 comments on commit 4586ca5

Please sign in to comment.