Skip to content

Commit a935f88

Browse files
committed
Add .travis.yml file
1 parent ad43e52 commit a935f88

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+
language: python
2+
python:
3+
- 3.2
4+
- 3.3
5+
- 3.4
6+
- 3.5
7+
- 3.6
8+
install:
9+
- pip install -r ./requirements.txt
10+
- pip install pep8 --use-mirrors
11+
before_script:
12+
- pep8
13+
script:
14+
- pytest

0 commit comments

Comments
 (0)