Skip to content

Commit efc60b7

Browse files
author
Pamela McA'Nulty
committed
Add travis-ci support
1 parent 0e1eb6f commit efc60b7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
sudo: false
2+
language: python
3+
python:
4+
- "2.7"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
install: pip install tox-travis
9+
script: tox

0 commit comments

Comments
 (0)