Skip to content

Commit

Permalink
cleaned up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 4, 2018
1 parent 728c7a3 commit 5ebcd82
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
language: python
branches:
only:
- master
- develop
python:
- "2.7"
sudo: false
sudo: false
install:
- make install
- make start
Expand All @@ -16,7 +12,3 @@ script:
- make pep8
#after_success:
# - coveralls
matrix:
- allow_failures:
- python: 3.5

0 comments on commit 5ebcd82

Please sign in to comment.