Skip to content

Commit

Permalink
use bionic linux in CI, bump brownie version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Feb 19, 2020
1 parent a63284f commit 56804bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
matrix:
include:
- name: "Brownie Tests, Linting - Python 3.7 on Xenial Linux"
- name: "Brownie Tests, Linting - Python 3.7 on Bionic Linux"
script: tox -e lint,tests
- name: "Stateful Tests - Python 3.7 on Xenial Linux"
- name: "Stateful Tests - Python 3.7 on Bionic Linux"
script: travis_wait tox -e stateful

dist: xenial
dist: bionic
language: python
python: 3.7
install:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==19.10b0
eth-brownie>=1.6.3,<2.0.0
eth-brownie>=1.6.4,<2.0.0
flake8==3.7.9
isort==4.3.21
tox==3.14.3

0 comments on commit 56804bb

Please sign in to comment.