Skip to content

Commit f33c3c3

Browse files
committed
Removed buildout deployment
1 parent 1ebc8d4 commit f33c3c3

File tree

4 files changed

+6
-242
lines changed

4 files changed

+6
-242
lines changed

.travis.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
dist: trusty
22
language: python
3-
# with next we get on container based infrastructure, this enables caching
43
sudo: false
4+
cache: pip
55
python:
66
- 2.7
77
- 3.4
88
- 3.5
99
- 3.6
1010

11-
cache:
12-
pip: true
13-
14-
before_install:
15-
- pip install --upgrade pip setuptools zc.buildout
16-
1711
install:
18-
- python bootstrap.py
19-
- bin/buildout
12+
- pip install -U pip setuptools
13+
- pip install -r requirements.txt
14+
- pip install -e ".[test]"
2015

2116
script:
22-
- bin/pytest
17+
- pytest src --doctest-modules

bootstrap.py

Lines changed: 0 additions & 210 deletions
This file was deleted.

buildout.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git+https://github.com/Cromlech/grokker.git#egg=grokker

0 commit comments

Comments
 (0)