Skip to content

Commit

Permalink
added continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Aug 24, 2018
1 parent 90ccef9 commit aaede82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "3.5"
- "3.6"
branches:
only:
- master
# - "3.6"
#branches:
# only:
# - master
install:
- pip3 install -e .[dev]
- pip3 install coveralls
Expand Down

0 comments on commit aaede82

Please sign in to comment.