mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
add .travis.yml for Travis CI!
This commit is contained in:
parent
e95e17b9e6
commit
cbf0e23ad9
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "python setup.py -q install"
|
||||
# command to run tests
|
||||
script: nosetests --with-doctest
|
Loading…
x
Reference in New Issue
Block a user