Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Jul 18, 2018
1 parent a7ef07c commit 65e662c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,5 +1,4 @@
language: go

sudo: false

go:
Expand All @@ -10,10 +9,13 @@ git:
depth: 1

script:
- go test -v
- make test

install:
- go get -t ./...
- pyenv global 3.6.3
- python3 -m pip install --user -r tests/requirements.txt
- go build

branches:
only:
Expand Down
8 changes: 5 additions & 3 deletions tests/requirements.txt
@@ -1,3 +1,5 @@
pytest ~= 3.6.0
psutil ~= 5.4.0
pytest-asyncio ~= 0.6.0
aiohttp == 3.3.2
psutil == 5.4.6
pytest == 3.6.3
pytest-aiohttp == 0.3.0
pytest-asyncio == 0.8.0

0 comments on commit 65e662c

Please sign in to comment.