Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
utahta committed Feb 11, 2020
1 parent 2a8dd7b commit 2789a95
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 70 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
version: 2.0

jobs:
"go-1.12":
docker:
- image: circleci/golang:1.12
working_directory: /go/src/github.com/utahta/pythonbrew
steps:
- checkout
- run:
name: Run test
command: |
make mod
make test
"go-1.13":
docker:
- image: circleci/golang:1.13
Expand All @@ -21,12 +10,11 @@ jobs:
- run:
name: Run test
command: |
make mod
make deps
make test
workflows:
version: 2
build:
jobs:
- "go-1.12"
- "go-1.13"
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export GO111MODULE=on

mod:
deps:
go mod download

.PHONY:tools
Expand All @@ -18,12 +18,6 @@ test/e2e:
gen: tools
go generate ./rc

package: gen
./scripts/package.sh

release: package
./scripts/release.sh

dev-install:
go install github.com/utahta/pythonbrew/cmd/pythonbrew

3 changes: 0 additions & 3 deletions installer/installer_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ func TestPython_Install(t *testing.T) {
version string
}{
{"2.7.16"},
{"3.4.10"},
{"3.5.7"},
{"3.6.9"},
{"3.7.4"},
}

Expand Down
15 changes: 0 additions & 15 deletions scripts/common.sh

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/package.sh

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/release.sh

This file was deleted.

1 change: 0 additions & 1 deletion version.txt

This file was deleted.

0 comments on commit 2789a95

Please sign in to comment.