Skip to content

Commit a6ed2e1

Browse files
authored
Create .travis.yml
1 parent 35b00ee commit a6ed2e1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
dist: trusty
2+
sudo: false
3+
4+
language: python
5+
python:
6+
- "2.7"
7+
# command to install dependencies
8+
install:
9+
- pip install -r requirements.txt
10+
# command to run tests
11+
script: nose2 --with-coverage
12+
13+
after_success:
14+
codecov

0 commit comments

Comments
 (0)