Skip to content

Commit 6cadf46

Browse files
committed
ci: Travis
1 parent 29370c3 commit 6cadf46

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+
dist: xenial
2+
language: python
3+
4+
python:
5+
- '2.7'
6+
- '3.3'
7+
- 'pypy2.7-6.0'
8+
9+
install:
10+
- pip install tox-travis
11+
12+
script:
13+
- tox

0 commit comments

Comments
 (0)