Skip to content

Commit a697a64

Browse files
committed
Travis: don't execute the static checkers for now.
1 parent 48be609 commit a697a64

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.6"
4-
- "2.7"
54

65
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
76
install:
@@ -10,6 +9,6 @@ install:
109

1110
# command to run tests, e.g. python setup.py test
1211
script:
13-
- "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
14-
- cd tests
15-
- nosetests --with-coverage .
12+
- make test
13+
# - make lint
14+
# - make flake8

0 commit comments

Comments
 (0)