mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
add .travis.yml
This commit is contained in:
parent
27ce7abd6f
commit
5070666b02
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
|
||||||
|
# maintainers to fix their pypy-dev package.
|
||||||
|
- "pypy"
|
||||||
|
# command to install dependencies
|
||||||
|
# install:
|
||||||
|
# - pip install .
|
||||||
|
# - pip install -r requirements.txt
|
||||||
|
# command to run tests
|
||||||
|
script: nosetests
|
Loading…
Reference in a new issue