mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
update .travis.yml
This commit is contained in:
parent
20b4708221
commit
0da875b80e
1 changed files with 3 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,16 +1,12 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# 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
|
||||
# install:
|
||||
# - pip install .
|
||||
# - pip install -r requirements.txt
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
|
|
Loading…
Reference in a new issue