Skip to content

Commit

Permalink
install test requirements on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Dec 29, 2017
1 parent 6dac731 commit fcf454e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ python:
branches:
except:
- "/^feature.*$/"
before_install:
- sudo apt-get -qq update
- sudo apt-get install sqlite3
install:
- pip install flake8
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- python setup.py -q install
script:
- nosetests
Expand Down

0 comments on commit fcf454e

Please sign in to comment.