We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74d366 commit d2b74a9Copy full SHA for d2b74a9
1 file changed
.travis.yml
@@ -1,7 +1,9 @@
1
language: python
2
python:
3
- 3.7
4
+ - 2.7
5
install:
6
+ - pip install -r requirements-dev.txt
7
- pip install -q pipenv codecov
8
- pipenv sync --dev
9
script:
0 commit comments