mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Merge pull request #515 from alphagov/pip-accel
add pip-accel to travis to speed up builds
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache:
|
||||||
|
pip: true
|
||||||
|
directories:
|
||||||
|
- ~/.pip-accel
|
||||||
python:
|
python:
|
||||||
- '3.4'
|
- '3.4'
|
||||||
addons:
|
addons:
|
||||||
postgresql: '9.3'
|
postgresql: '9.3'
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements_for_test.txt
|
- pip install pip-accel
|
||||||
|
- pip-accel install -r requirements_for_test.txt
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database test_notification_api;' -U postgres
|
- psql -c 'create database test_notification_api;' -U postgres
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user