Skip to content

Commit

Permalink
Merge pull request #325 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Travis CI: Add tests to find undefined names
  • Loading branch information
hhyo authored Jul 15, 2019
2 parents 08a285b + 8dd536f commit 621eb6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ services:
- mysql
- redis-server
install:
- pip install -r requirements.txt
- pip install mycli==1.19.0
- pip install coverage
- pip install codecov
- pip install codecov coverage flake8 mycli==1.19.0 -r requirements.txt
before_script:
- flake8 . --count --exclude=./.*,./themis --select=E9,F63,F7,F82 --show-source --statistics
- mysql -e "CREATE DATABASE archery CHARSET UTF8;"
- python manage.py makemigrations
- python manage.py makemigrations sql
Expand Down

0 comments on commit 621eb6c

Please sign in to comment.