Skip to content

Commit

Permalink
Merge pull request #83 from astrofrog/update-circleci
Browse files Browse the repository at this point in the history
Updated CircleCI configuration to use better 32-bit docker image
  • Loading branch information
astrofrog committed May 18, 2018
2 parents bfe770a + 032e518 commit 1eec8c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

jobs:
32bit:
docker:
- image: quay.io/pypa/manylinux1_i686
steps:
- checkout
- run:
name: Install dependencies
command: /opt/python/cp36-cp36m/bin/pip install numpy astropy pytest-astropy Cython hypothesis
- run:
name: Run tests
command: /opt/python/cp36-cp36m/bin/python setup.py test

workflows:
version: 2
build_and_test:
jobs:
- 32bit
11 changes: 0 additions & 11 deletions circle.yml

This file was deleted.

0 comments on commit 1eec8c8

Please sign in to comment.