-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.travis.yml
25 lines (25 loc) · 1.18 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
# 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 libhdf5-serial-dev
deploy:
true:
repo: dssg/architect
tags: true
distributions: sdist bdist_wheel
password:
secure: C/80D4gJ9egLAKlW9FEGak/fDaPChE/NCD+Mhf6MMNnzaK8n+N6zqrGDKGHkPSti7YW4fzV02ONcy2A/KbpBzYm9cRidVxTw6IDZDhkix4/4cKbsIgEFHdR16PnmttECf0yjN1dwURfiJIHz155lbNlmtsnEfiDlGfptA0oRNWmhatLH/5NI1Rzcl+aODWaZBlDn3Ejl78cq0T1kg95Gl4YN6h5l046YD+MMiXRfzu7HP5BAEJjXQd1rkC1CKG5SHe3OriDaaYZG/UwdqAHNdA+kPj7ez87AOGRvGjjdMIU7aBK6+KI+bQCo+b6Fb2lQmSz7QN0t1FQYR/Z1BQpmbTPCQoenPcg7WsJjqgiZrp73hNcqPNNl+odIGCJdfP8tNL7Wq45RjoEsMbibxmkOUwgnp5/2KdwqVxoH57u3LbPEdVEN0hiTIpqz++Jra16/s1Zl3/kjcXTy9mNEYeAXirLtbj0pc2iQ18lG/LVNQdFj2TV0oc9LQmeaSWzSkShi583Ffrd/2Mm1+m9RTZVckDqS09qzqwd4FusDuuVazZ/jAstwf47SFRk/W2mKqr/W/eqwEPUvLuiNb5HIJZthrCGHden3nmC6Q3QqZTFKR8JjNxlHfYoMLp9fMj2hqTMEqx6Z7fWojziRI7S2EHcYtP+PdMqn2tamZCrsAWsAbU0=
provider: pypi
user: dssg
install:
- pip install -r requirements_dev.txt
language: python
notifications:
email: false
python: 3.4
script: py.test --cov=architect
services:
- postgresql