Skip to content

Commit

Permalink
Attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinkainen committed Dec 28, 2015
1 parent 1f80bb7 commit f367eaa
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 @@ -4,7 +4,7 @@ python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install --user --upgrade pip setuptools
# - pip install --user --upgrade pip setuptools
- pip install --user -r requirements.txt
- pip install --user pytest pytest-pep8 pytest-flakes nose # we still need nose for the _eq functions for now
# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit f367eaa

Please sign in to comment.