-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
27 lines (27 loc) · 1.24 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
addons:
postgresql: '9.4'
after_success: codecov
before_install:
- sudo apt-get update
- sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
deploy:
true:
repo: dssg/catwalk
tags: true
distributions: sdist bdist_wheel
password:
secure: 8xHcCZLK6E2lc5X15sAPuuU59/9v/OWokJkkYIFm2qTFHXNkgKhNwANbmH4zaTHQ+AZCVhDsz1tnlSAFZnNzvwcpOAVQG5xDsg3TZipgC7FzcKoYab0IJhfy4pSdwSdpOKZrLVoV4y2jPT6xVK8Q8cNzonrJFzgZtO+x4skEAhsQUe3l0FK9ShDI3hraOC4f+gm6jKxY/Iy3RiRWvCBc5B5cgqggNdNU3aPPYzfbdGcLLs1Bx7FppXzqNdHJ4edaWnQ2dOtQ3LdDwMnl6mfW9olqraQcvN93F+VyMrW1TPrFHr53QWZHrwX4gL6q5RX1aCDnQ81oTB7Kj2Pan0xRU4kZZ5jSKuGKNdEcyUBNMyqdxiQAVHzM+H3eZLxmrAWbh4imf+ta90BQOiprVVxJWGHei1hGSyHT73zQUYsOeQyOo2oM7+CSGJ6histhepJEA4WE03QfQ7DXSzSagq9a3gmBVaImplXHDnRX8b2972uFeFVQ13snmbWSFc74iOmee0CrgWVmLJ6beIZ32gi7fRJ2GaT+cO64sPSjVZ7qWOjPX4uprBd1lXbuPB3RwYzf+p6xZg0GLNpNoGrYCkNplJU2W/SV9MnvQLjKcXgevWyz8lSMQXkaX+vqteeKQZg74W8ranIt8js1+8nD8wvx3FZQvPixGFIoVng/c6+WFOk=
provider: pypi
user: dssg
env:
- BOTO_CONFIG=/tmp/nowhere
install:
- pip install -r requirements_dev.txt
language: python
notifications:
email: false
python: 3.4
script: py.test --cov=catwalk
services:
- postgresql