We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd64bd commit eb2ca1dCopy full SHA for eb2ca1d
.travis.yml
@@ -24,7 +24,6 @@ env:
24
- TOXENV='test'
25
- TOXARGS='-v'
26
- TOXPOSARGS=''
27
- - CONDA_DEPENDENCIES="pandas pytables"
28
29
matrix:
30
include:
setup.cfg
@@ -32,6 +32,8 @@ install_requires =
32
pytest>=4.6
33
numpy
34
astropy
35
+ pandas
36
+ tables
37
38
[options.entry_points]
39
pytest11 =
0 commit comments