Codebase list python-pbcommand / debian/0.2.17-1_bpo8+1 .travis.yml
debian/0.2.17-1_bpo8+1

Tree @debian/0.2.17-1_bpo8+1 (Download .tar.gz)

.travis.yml @debian/0.2.17-1_bpo8+1raw · history · blame

1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
# command to install dependencies
install:
  - "pip install -r REQUIREMENTS.txt"
  - "pip install ."
# command to run tests
script: nosetests -s --verbose --logging-config log_nose.cfg tests/test_*.py