Codebase list python-pbcommand / upstream/2.1.1+git20201023.cc0ed3d .travis.yml
upstream/2.1.1+git20201023.cc0ed3d

Tree @upstream/2.1.1+git20201023.cc0ed3d (Download .tar.gz)

.travis.yml @upstream/2.1.1+git20201023.cc0ed3draw · 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