Skip to content

Commit

Permalink
Refresh the CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
  • Loading branch information
vmarkovtsev committed Oct 21, 2019
1 parent 4f84f7d commit ad9d79d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
language: python
cache: pip
dist: bionic
linux_before_install: &linux_before_install
- pip3 install --upgrade pip
matrix:
include:
- language: generic
os: osx
- python: 3.4
dist: trusty
before_install: *linux_before_install
- python: 3.5
dist: xenial
before_install: *linux_before_install
- python: 3.6
dist: xenial
before_install: *linux_before_install
- python: 3.7
dist: xenial
before_install: *linux_before_install
install:
- pip3 install numpy scipy pycodestyle codecov
Expand Down

0 comments on commit ad9d79d

Please sign in to comment.