Skip to content

Commit 6519acb

Browse files
committed
Corrected CI and added image to README
1 parent 0f215ae commit 6519acb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
# http://docs.travis-ci.com/user/languages/python/
33
language: python
44
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
5+
- "3.5"
116

127
# Install fits_reduce...
138
install:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
3+
[![Build Status](https://travis-ci.org/pablogsal/a_star_algorithm.svg?branch=master)](https://travis-ci.org/pablogsal/a_star_algorithm)
4+
15
# What is THIS?
26

37
A Pythonic implementation of the famous A* algorithm.

0 commit comments

Comments
 (0)