Commit b8f5dc7d authored by jay's avatar jay
Browse files

Removing pyc, fixing travis conda error

parent 4dc44cc3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
language: python
sudo: false

branches:
only:
  - master

python:
  - 3.4

@@ -11,7 +13,7 @@ before_install:
  - chmod +x miniconda.sh
  - ./miniconda.sh -b
  - export PATH=/home/travis/miniconda/bin:$PATH
  - conda update --yes conda
  - conda update -q conda
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION
  - source activate test-env

autocnet/__init__.pyc

deleted100644 → 0
−137 B

File deleted.

−133 B

File deleted.

−133 B

File deleted.

autocnet/examples/__init__.pyc

deleted100644 → 0
−1.69 KiB

File deleted.

Loading