Skip to content

Commit

Permalink
Another attempt at a TravisCI fix.
Browse files Browse the repository at this point in the history
Maybe I need a separate branch for testing these things so I don't pollute the commit history.
  • Loading branch information
goodmami committed Jun 1, 2017
1 parent af5e3cf commit 831cd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "3.4"
- "3.5"
install:
- pip install -q 'setuptools<36.0.0,>=36.0.1' 'pytest>=2.8.0'
- pip install -q 'setuptools>=36.0.1' 'pytest>=2.8.0'
- python setup.py -q install
script: py.test --doctest-glob=tests/*.md

0 comments on commit 831cd77

Please sign in to comment.