Skip to content

Commit 2102374

Browse files
Add travis yml (#2)
* Add travis yml
1 parent a6b26d6 commit 2102374

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- '2.7'
4+
- '3.5'
5+
install: pip install tox-travis
6+
script:
7+
- tox tests/unit

0 commit comments

Comments
 (0)