Skip to content

Commit bdfa7f3

Browse files
committed
add tables pandas as dependency; remove from travis.yml
1 parent f068091 commit bdfa7f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424
- TOXENV='test'
2525
- TOXARGS='-v'
2626
- TOXPOSARGS=''
27-
- CONDA_DEPENDENCIES="pandas pytables"
2827

2928
matrix:
3029
include:

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ install_requires =
3636
[options.extras_require]
3737
test =
3838
astropy
39+
pandas
40+
tables
3941

4042
[options.entry_points]
4143
pytest11 =

0 commit comments

Comments
 (0)