Browse Source

drops the modifications of the 3 last commit

Adrien Panay 7 years ago
parent
commit
206cca511f
2 changed files with 7 additions and 6 deletions
  1. 5 4
      .travis.yml
  2. 2 2
      install/requirements.txt

+ 5 - 4
.travis.yml View File

@@ -1,9 +1,6 @@
1 1
 sudo: false
2 2
 language: python
3
-python:
4
-  - "3.4"
5
-  - "3.5"
6
-  - "3.6"
3
+python: "3.4"
7 4
 
8 5
 env:
9 6
   - DB=postgres
@@ -17,6 +14,7 @@ addons:
17 14
 install:
18 15
   - cd tracim && python setup.py develop; cd -
19 16
   - pip install -r install/requirements.txt; echo
17
+  - pip install coveralls
20 18
 
21 19
 before_script:
22 20
   - cp ${TRAVIS_BUILD_DIR}/tracim/development.ini.base ${TRAVIS_BUILD_DIR}/tracim/development.ini
@@ -38,3 +36,6 @@ before_script:
38 36
 
39 37
 # command to run tests
40 38
 script: "cd ${TRAVIS_BUILD_DIR}/tracim && nosetests -c ${TRAVIS_BUILD_DIR}/tracim/test.ini -v --with-coverage --cover-package=tracim --cover-erase"
39
+
40
+after_success:
41
+  - coveralls

+ 2 - 2
install/requirements.txt View File

@@ -17,10 +17,10 @@ WebTest==1.4.2
17 17
 alembic==0.8.4
18 18
 argparse==1.2.1
19 19
 backlash==0.0.7
20
-beautifulsoup4==4.4.0
20
+beautifulsoup4==4.3.2
21 21
 caldav==0.4.0
22 22
 cliff==1.8.0
23
-cmd2==0.6.9
23
+cmd2==0.6.7
24 24
 coverage==4.0b1
25 25
 crank==0.7.3
26 26
 decorator==3.4.0