Skip to content

Commit

Permalink
Test travis/tox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EPAENERGYSTAR committed Apr 26, 2018
1 parent 72c0615 commit 4d51723
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions backup-.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
sudo: false

cache:
directories:
- $HOME/.pip-cache/
- .tox

language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6

notifications:
email: false

install:
- pip install tox-travis
- pip install coveralls

script:
- tox

after_script:
- coveralls

0 comments on commit 4d51723

Please sign in to comment.