mirror of
https://github.com/sprockets/sprockets.clients.http.git
synced 2024-11-14 19:29:28 +00:00
Add Travis CI control file.
This commit is contained in:
parent
0c972ce6c2
commit
31daef908d
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.7
|
||||||
|
- 3.4
|
||||||
|
- 3.5
|
||||||
|
before_install:
|
||||||
|
- pip install nose coverage codecov
|
||||||
|
- pip install -r requires/testing.txt
|
||||||
|
install:
|
||||||
|
- pip install -e .
|
||||||
|
script: nosetests --with-coverage
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
sudo: false
|
Loading…
Reference in a new issue