Skip to content

Commit 4122f26

Browse files
author
Johan Hermansson
authored
Create .travis.yml
1 parent a45e8c1 commit 4122f26

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: python
2+
python:
3+
- "3.5"
4+
5+
install:
6+
- pip install pipenv
7+
- pipenv install --dev
8+
9+
script:
10+
- pipenv run nosetests tests/
11+
12+
notifications:
13+
email: false

0 commit comments

Comments
 (0)