Skip to content

Commit

Permalink
soften pyproj test req
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jul 8, 2018
1 parent ae260e3 commit 5b15ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ before_install:
- sudo apt-get update -q
- sudo apt-get install -yq gfortran-6

install:
install:
- pip install -e .[tests,full]

- cd bin
Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ install_requires =

[options.extras_require]
tests =
pyproj
pytest
pytest-cov
coveralls
flake8
mypy
full = astropy
full =
astropy
testproj =
pyproj

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 5b15ba1

Please sign in to comment.