Skip to content

Commit a5ed613

Browse files
committed
Add a Travis CI config.
1 parent a49967d commit a5ed613

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: python
2+
3+
env:
4+
- TOXENV=py27
5+
- TOXENV=py36
6+
7+
install: pip install tox
8+
9+
script: tox
10+
11+
notifications:
12+
email: false

0 commit comments

Comments
 (0)