Skip to content

Commit fcf454e

Browse files
committed
install test requirements on travis
1 parent 6dac731 commit fcf454e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ python:
88
branches:
99
except:
1010
- "/^feature.*$/"
11+
before_install:
12+
- sudo apt-get -qq update
13+
- sudo apt-get install sqlite3
1114
install:
1215
- pip install flake8
1316
- pip install -r requirements.txt
17+
- pip install -r test-requirements.txt
1418
- python setup.py -q install
1519
script:
1620
- nosetests

0 commit comments

Comments
 (0)