Skip to content

Commit

Permalink
Fix incompatible pytest setup in previous python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigue committed Feb 3, 2018
1 parent 9138b53 commit 52e8099
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ env:
dist: trusty
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -16,7 +13,7 @@ install:
- pip install -r requirements_build.txt

script:
- py.test
- py.test -v

after_success:
- codecov

0 comments on commit 52e8099

Please sign in to comment.