Skip to content

Commit

Permalink
Hopefully actually only run 3.6 once
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmorrison committed Oct 2, 2018
1 parent dc77afb commit a91aeaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ python:
- pypy

matrix:
exclude:
- python: 3.6
include:
- python: 3.6
env:
Expand All @@ -25,6 +23,9 @@ matrix:
- tox
after_success:
- coveralls
exclude:
- python: 3.6
env: []

script:
- python ./test_spec.py
Expand Down

0 comments on commit a91aeaf

Please sign in to comment.