Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 08071f9

Browse files
author
bear (Mike Taylor)
committed
Merge remote-tracking branch 'origin/master' into python-v3
2 parents 66da344 + 9627866 commit 08071f9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: python
2+
sudo: false
3+
python:
4+
- "2.7"
5+
- "3.5"
6+
7+
before_install:
8+
- pip install codecov
9+
10+
install:
11+
- travis_retry pip install .
12+
- pip install -r requirements.txt
13+
14+
script:
15+
- nosetests
16+
17+
after_success:
18+
- codecov

0 commit comments

Comments
 (0)