Browse Source

Merge branch 'fix/_/python_3.5_3.6'

Adrien Panay 7 years ago
parent
commit
cdb313c4ca
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .travis.yml
  2. 2 2
      install/requirements.txt

+ 1 - 0
.travis.yml View File

@@ -13,6 +13,7 @@ addons:
13 13
 
14 14
 install:
15 15
   - cd tracim && python setup.py develop; cd -
16
+  - echo coveralls >> install/requirements.txt; echo
16 17
   - pip install -r install/requirements.txt; echo
17 18
   - pip install coveralls
18 19
 

+ 2 - 2
install/requirements.txt View File

@@ -20,8 +20,8 @@ backlash==0.0.7
20 20
 beautifulsoup4==4.3.2
21 21
 caldav==0.4.0
22 22
 cliff==1.8.0
23
-cmd2==0.6.7
24
-coverage==4.0b1
23
+cmd2==0.6.9
24
+coverage==4.4.1
25 25
 crank==0.7.3
26 26
 decorator==3.4.0
27 27
 gearbox==0.0.7