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 e05f8d6 commit b1f8bb5Copy full SHA for b1f8bb5
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
install:
3
- pip install --upgrade pip
4
-- pip install -e . --use-deprecated=legacy-resolver
+- pip install -e .
5
matrix:
6
include:
7
- python: 3.7
setup.py
@@ -34,8 +34,7 @@
34
"astropy==4.2.1",
35
"sphinx==4.0.1",
36
"jupyter==1.0.0",
37
- "coveralls==3.0.1",
38
- "six==1.16.0"
+ "coveralls==3.0.1"
39
],
40
package_data={'flarestack': [
41
'data/public/icecube/all_sky_point_source/raw_data/3year-data-release.zip']},
0 commit comments