Skip to content

Commit

Permalink
Stupid fix to build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinkainen committed Dec 28, 2015
1 parent f367eaa commit 1ff9061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
OBlanguage: python
sudo: false
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 1ff9061

Please sign in to comment.