Commit 1a860d9a authored by Jay's avatar Jay Committed by jay
Browse files

Creating a single package incorporating other projects

parent 21a33dbb
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+2 −0
Original line number Diff line number Diff line
*.swp
/.ipynb*
 No newline at end of file
+4 −1
Original line number Diff line number Diff line
@@ -17,7 +17,10 @@ before_install:

install:
  - conda install --yes nose gdal
  - pip install -r travis.txt
  - conda install --yes conda install -c osgeo proj4 -c https://conda.anaconda.org/osgeo proj4
  - pip install -r requirements.txt --user-mirrors
  - pip install coverage
  - pip install coveralls

script:
  - nosetests --with-coverage --cover-package=autocnet
−64.9 KiB

File deleted.

−11.2 MiB

File deleted.

−2.43 MiB

File deleted.

Loading