Skip to content

Commit 8690a55

Browse files
committed
more cleanup
1 parent 2c44dec commit 8690a55

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

.travis.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,13 @@
1-
sudo: true
2-
#language: python
3-
#python:
4-
# - '3.5'
5-
# - '3.6'
6-
#env:
7-
# global:
8-
# - DB=postgres
9-
# matrix:
10-
# - DJANGO=">=1.11,<2.0"
11-
# - DJANGO=">=2.0,<2.1"
12-
#addons:
13-
# postgresql: '9.5'
14-
#install:
15-
# - pip install -q coverage coveralls flake8 Django$DJANGO django-nose>=1.4
16-
#before_script:
17-
# - psql -c 'CREATE DATABASE querybuilder;' -U postgres
18-
#script:
19-
# - flake8 ./querybuilder
20-
# - coverage run setup.py test
21-
# - coverage report --fail-under=90
22-
231
language: python
24-
#cache: pip
2+
3+
sudo: false
254

265
python:
276
- "2.7"
287
- "3.4"
298
- "3.5"
309
- "3.6"
3110

32-
#sudo: false
33-
3411
env:
3512
matrix:
3613
- DJANGO=1.10
@@ -44,7 +21,6 @@ addons:
4421
matrix:
4522
include:
4623
- { python: "3.6", env: TOXENV=flake8 }
47-
# - { python: "3.6", env: TOXENV=docs }
4824

4925
exclude:
5026
- { python: "2.7", env: DJANGO=master }

requirements/docs.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Sphinx>=1.2.2
22
sphinx_rtd_theme
3-
coveralls

tox.ini

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,3 @@ DJANGO =
2929
1.11: django111
3030
2.0: django20
3131
master: djangomaster
32-
33-
;[testenv:docs]
34-
;basepython = python2.7
35-
;commands = mkdocs build
36-
;deps =
37-
; -rrequirements/requirements-testing.txt
38-
; -rrequirements/requirements-documentation.txt
39-
;
40-
;[testenv:readme]
41-
;commands = ./setup.py check -rs
42-
;deps =
43-
; -rrequirements/requirements-packaging.txt

0 commit comments

Comments
 (0)