Codebase list python-pbcommand / 17ced943-d428-4258-84a2-122f6e801a9a/upstream .travis.yml
17ced943-d428-4258-84a2-122f6e801a9a/upstream

Tree @17ced943-d428-4258-84a2-122f6e801a9a/upstream (Download .tar.gz)

.travis.yml @17ced943-d428-4258-84a2-122f6e801a9a/upstreamraw · 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