Skip to content

Commit 350af5e

Browse files
author
Israel Fruchter (ifruchte)
committed
move to multiple python versions in travis
1 parent 4be2316 commit 350af5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
language: python
2+
python:
3+
- "2.7"
4+
- "3.4"
5+
- "3.5"
6+
- "3.6"
7+
- "nightly"
28
# command to install dependencies
39
install:
410
- pip install python-coveralls virtualenv

0 commit comments

Comments
 (0)