Skip to content

Commit e842735

Browse files
author
Willem Jan Faber
authored
Update .travis.yml
1 parent a12e211 commit e842735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "3.7"
44
# command to install dependencies
55
install:
6-
- "pip install ."
6+
- "pip3 install ."
77
# command to run tests
88
script: make test

0 commit comments

Comments
 (0)