Codebase list python-pbcommand / run/b6b3e5f0-a778-415f-b903-77e873a479d6/main .travis.yml
run/b6b3e5f0-a778-415f-b903-77e873a479d6/main

Tree @run/b6b3e5f0-a778-415f-b903-77e873a479d6/main (Download .tar.gz)

.travis.yml @run/b6b3e5f0-a778-415f-b903-77e873a479d6/mainraw · 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