We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0819d commit 0ab2f1dCopy full SHA for 0ab2f1d
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
3
python:
4
- - 3.6
+ - 3.5
5
6
sudo: false
7
@@ -67,7 +67,7 @@ install:
67
fi
68
- pip install --upgrade pygooglechart
69
- pip install --upgrade graphviz
70
- - (pip install --upgrade FoBiS.py && FoBiS.py --version)
+ - (pip install --upgrade FoBiS.py==2.2.8 && FoBiS.py --version)
71
- (pip install --upgrade ford && ford --version)
72
- (pip install --upgrade git+https://github.com/dmeranda/demjson.git && jsonlint --version)
73
0 commit comments