Skip to content

Commit

Permalink
(no-ticket) Travis config (WiP)
Browse files Browse the repository at this point in the history
Change-Id: Ie0573546f61fbfbb08135a6f8abb86230c5e80a6
  • Loading branch information
accek committed Apr 27, 2020
1 parent 9b02965 commit 314237d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: python
python:
- '2.7'
addons:
apt:
packages: libdb-dev
install: pip install codecov tox-travis
script: tox
after_success:
- codecov
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ basepython=python2.7
deps=
-rrequirements.txt

[testenv:py35]
basepython=python3.5
[testenv:py36]
basepython=python3.6
deps=
-rrequirements_py3.txt

0 comments on commit 314237d

Please sign in to comment.