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 6519acb commit 06bf0f9Copy full SHA for 06bf0f9
.travis.yml
@@ -10,6 +10,6 @@ install:
10
- pip install coveralls
11
# Run tests
12
script:
13
- - nosetests --with-coverage --cover-package=fits_reduce --cover-inclusive
+ - nosetests --with-coverage --cover-package=a_star --cover-inclusive
14
after_success:
15
- coveralls
0 commit comments