Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Makes install test requirements in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocarrara committed May 26, 2017
1 parent c756a7f commit a35b6d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install:
- psql -U postgres -c 'create database "jarbas";'
- yarn install
- python -m pip install -r requirements.txt coveralls
- python -m pip install -r requirements-test.txt coveralls

before_script:
- $TRAVIS_BUILD_DIR/sysconfcpus/bin/sysconfcpus -n 2 yarn assets
Expand Down

0 comments on commit a35b6d9

Please sign in to comment.