File: README.md

package info (click to toggle)
python-pdbfixer 1.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,752 kB
  • sloc: xml: 4,240; python: 1,459; sh: 47; makefile: 19
file content (6 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
Creating binstar token:
```
#!/bin/bash
BINSTAR_TOKEN=`binstar auth --create -o omnia --name pdbfixer-travis -s "api:read api:write"`
travis encrypt -r pandegroup/pdbfixer BINSTAR_TOKEN="$BINSTAR_TOKEN"
```