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 0f215ae commit 6519acbCopy full SHA for 6519acb
.travis.yml
@@ -2,12 +2,7 @@
2
# http://docs.travis-ci.com/user/languages/python/
3
language: python
4
python:
5
- - "3.5_with_system_site_packages"
6
-
7
-# Install numpy and scipy to avoid the painful compilation
8
-before_install:
9
- - sudo apt-get update -qq
10
- - sudo apt-get install -qq python-numpy python-scipy
+ - "3.5"
11
12
# Install fits_reduce...
13
install:
README.md
@@ -1,3 +1,7 @@
1
+
+[](https://travis-ci.org/pablogsal/a_star_algorithm)
# What is THIS?
A Pythonic implementation of the famous A* algorithm.
0 commit comments