Skip to content

Commit 0ab2f1d

Browse files
committed
try earlier FoBiS.
1 parent 7e0819d commit 0ab2f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22

33
python:
4-
- 3.6
4+
- 3.5
55

66
sudo: false
77

@@ -67,7 +67,7 @@ install:
6767
fi
6868
- pip install --upgrade pygooglechart
6969
- pip install --upgrade graphviz
70-
- (pip install --upgrade FoBiS.py && FoBiS.py --version)
70+
- (pip install --upgrade FoBiS.py==2.2.8 && FoBiS.py --version)
7171
- (pip install --upgrade ford && ford --version)
7272
- (pip install --upgrade git+https://github.com/dmeranda/demjson.git && jsonlint --version)
7373

0 commit comments

Comments
 (0)