We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12e211 commit e842735Copy full SHA for e842735
.travis.yml
@@ -1,8 +1,8 @@
1
language: python
2
python:
3
- - "2.7"
+ - "3.7"
4
# command to install dependencies
5
install:
6
- - "pip install ."
+ - "pip3 install ."
7
# command to run tests
8
script: make test
0 commit comments