Skip to content

Commit

Permalink
Py 2.7.14 ok, problem may be pip-conflict-checker 0.5.0 rather than 0…
Browse files Browse the repository at this point in the history
….3 (now fixed to older version in travis.yml)
  • Loading branch information
jcumby committed Jun 27, 2018
1 parent 1388a44 commit f875d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: python
python:
- "2.7.13"
- "2.7"

install:
- pip install tox-travis
- pip install pip-conflict-checker=0.3

script:
- travis_wait 30 tox
Expand Down

0 comments on commit f875d43

Please sign in to comment.