Skip to content

Commit 4ec2d2f

Browse files
committed
add Python 2.7 to .travis.yml
1 parent bfb696d commit 4ec2d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python:
3+
- "2.7"
34
- "3.4"
45
- "3.5"
56
script: python -m unittest test_asserts

0 commit comments

Comments
 (0)