Skip to content

Commit 0ddb779

Browse files
authored
added specification of python version
1 parent 60d039f commit 0ddb779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
language: python
2+
python:
3+
- "2.7"
4+
5+
install:
6+
- pip install -r requirements.txt

0 commit comments

Comments
 (0)