Skip to content
Permalink
Browse files

Update TravisCI config

  • Loading branch information...
ruebot committed Apr 11, 2019
1 parent 594b2ec commit 125e90cbdd1d9eb6e7d0dec4f64473d41b671756
Showing with 4 additions and 1 deletion.
  1. +4 −1 .travis.yml
@@ -1,11 +1,14 @@
sudo: false
dist: xenial
sudo: yes

language: python

python: 3.7

install:
- pip install codecov
- pip install -r requirements.txt
- pip install .

script:
- coverage run test.py

0 comments on commit 125e90c

Please sign in to comment.
You can’t perform that action at this time.