Skip to content

Commit

Permalink
Merge pull request #77 from jupyterhub/fix-ci
Browse files Browse the repository at this point in the history
Try and fix CI
  • Loading branch information
yuvipanda committed Aug 29, 2017
2 parents 72fda61 + f9a1b19 commit 6385bfd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ python:

# install dependencies
install:
- pip install -U pip
- pip install --pre -r dev-requirements.txt .
- pip install --no-cache-dir -e .

# command to run tests
script:
Expand Down
7 changes: 0 additions & 7 deletions dev-requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'pyYAML',
'kubernetes==3.*',
'escapism',
'jupyter',
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit 6385bfd

Please sign in to comment.