Skip to content

Commit

Permalink
test docker reavis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahtisham.shahid authored and Ahtisham.shahid committed Aug 7, 2019
1 parent 3b27c2a commit 1057865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ before_install:
#before_script: # => 6
# - mysql -e 'create database test;' -u root
script: # => 7
- docker exec -t dockerdajango_web_1 python manage.py test
- docker exec -t dockerdajango_web_1 pylint --load-plugins pylint_django polls/
- docker exec -t dockerdajango_web_1 pylint --load-plugins pylint_django posts/
- docker exec -t blogdockerdjango_web_1 python manage.py test
- docker exec -t blogdockerdjango_web_1 pylint --load-plugins pylint_django polls/
- docker exec -t blogdockerdjango_web_1 pylint --load-plugins pylint_django posts/

0 comments on commit 1057865

Please sign in to comment.