Skip to content

Commit 0b65ee0

Browse files
committed
Specify python versions in Travis configuration file
1 parent a333903 commit 0b65ee0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
python:
3+
- "2.7"
4+
- "3.5"
25
sudo: false
36
env:
47
- TOXENV=py27-dj17

0 commit comments

Comments
 (0)