Codebase list python-pbcommand / HEAD .travis.yml
HEAD

Tree @HEAD (Download .tar.gz)

.travis.yml @HEADraw · 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