Skip to content

Commit

Permalink
.travis.yml: Remove nose dep
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Feb 9, 2014
1 parent 293b6bc commit f1d7ec5
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.3
before_install:
- sudo apt-get install freetds-dev
- pip install --use-mirrors nose pytest SQLAlchemy
- pip install --use-mirrors pytest SQLAlchemy
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
- pip --version
- time pip install --use-wheel --no-index --find-links=http://wheels.astropy.org/ --find-links=http://wheels2.astropy.org/ Cython
Expand Down

0 comments on commit f1d7ec5

Please sign in to comment.